Changeset 4805495 in mainline for uspace/lib/c/arch/ia64
- Timestamp:
- 2019-02-11T15:01:33Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ab936440, d5a89a3, fc448f5
- Parents:
- 8df5f20
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-01 23:30:11)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-11 15:01:33)
- Location:
- uspace/lib/c/arch/ia64/include/libarch
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/include/libarch/config.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ia64_CONFIG_H_36 #define LIBC_ia64_CONFIG_H_35 #ifndef _LIBC_ia64_CONFIG_H_ 36 #define _LIBC_ia64_CONFIG_H_ 37 37 38 38 #define PAGE_WIDTH 14 -
uspace/lib/c/arch/ia64/include/libarch/ddi.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ia64_DDI_H_36 #define LIBC_ia64_DDI_H_35 #ifndef _LIBC_ia64_DDI_H_ 36 #define _LIBC_ia64_DDI_H_ 37 37 38 38 #include <ddi.h> -
uspace/lib/c/arch/ia64/include/libarch/elf_linux.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ia64_ELF_LINUX_H_36 #define LIBC_ia64_ELF_LINUX_H_35 #ifndef _LIBC_ia64_ELF_LINUX_H_ 36 #define _LIBC_ia64_ELF_LINUX_H_ 37 37 38 38 #include <libarch/istate.h> -
uspace/lib/c/arch/ia64/include/libarch/faddr.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ia64_FADDR_H_36 #define LIBC_ia64_FADDR_H_35 #ifndef _LIBC_ia64_FADDR_H_ 36 #define _LIBC_ia64_FADDR_H_ 37 37 38 38 #include <types/common.h> -
uspace/lib/c/arch/ia64/include/libarch/fibril.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ia64_FIBRIL_H_36 #define LIBC_ia64_FIBRIL_H_35 #ifndef _LIBC_ia64_FIBRIL_H_ 36 #define _LIBC_ia64_FIBRIL_H_ 37 37 38 38 #include <stdint.h> -
uspace/lib/c/arch/ia64/include/libarch/fibril_context.h
r8df5f20 r4805495 27 27 */ 28 28 29 #ifndef LIBC_ARCH_FIBRIL_CONTEXT_H_30 #define LIBC_ARCH_FIBRIL_CONTEXT_H_29 #ifndef _LIBC_ARCH_FIBRIL_CONTEXT_H_ 30 #define _LIBC_ARCH_FIBRIL_CONTEXT_H_ 31 31 32 32 #define __CONTEXT_OFFSET_AR_PFS 0x000 -
uspace/lib/c/arch/ia64/include/libarch/stack.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ia64_STACK_H_36 #define LIBC_ia64_STACK_H_35 #ifndef _LIBC_ia64_STACK_H_ 36 #define _LIBC_ia64_STACK_H_ 37 37 38 38 #define STACK_ITEM_SIZE 8 -
uspace/lib/c/arch/ia64/include/libarch/stackarg.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_STACKARG_H_36 #define LIBC_STACKARG_H_35 #ifndef _LIBC_STACKARG_H_ 36 #define _LIBC_STACKARG_H_ 37 37 38 38 #endif -
uspace/lib/c/arch/ia64/include/libarch/syscall.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_ia64_SYSCALL_H_37 #define LIBC_ia64_SYSCALL_H_36 #ifndef _LIBC_ia64_SYSCALL_H_ 37 #define _LIBC_ia64_SYSCALL_H_ 38 38 39 39 #define LIBARCH_SYSCALL_GENERIC -
uspace/lib/c/arch/ia64/include/libarch/thread.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ia64_THREAD_H_36 #define LIBC_ia64_THREAD_H_35 #ifndef _LIBC_ia64_THREAD_H_ 36 #define _LIBC_ia64_THREAD_H_ 37 37 38 38 #endif -
uspace/lib/c/arch/ia64/include/libarch/tls.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ia64_TLS_H_36 #define LIBC_ia64_TLS_H_35 #ifndef _LIBC_ia64_TLS_H_ 36 #define _LIBC_ia64_TLS_H_ 37 37 38 38 #define CONFIG_TLS_VARIANT_1
Note:
See TracChangeset
for help on using the changeset viewer.