Changeset 4805495 in mainline for uspace/lib/c/arch
- 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
- Files:
-
- 104 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/abs32le/include/libarch/config.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_abs32le_CONFIG_H_36 #define LIBC_abs32le_CONFIG_H_35 #ifndef _LIBC_abs32le_CONFIG_H_ 36 #define _LIBC_abs32le_CONFIG_H_ 37 37 38 38 #define PAGE_WIDTH 12 -
uspace/lib/c/arch/abs32le/include/libarch/ddi.h
r8df5f20 r4805495 30 30 */ 31 31 32 #ifndef LIBC_abs32le_DDI_H_33 #define LIBC_abs32le_DDI_H_32 #ifndef _LIBC_abs32le_DDI_H_ 33 #define _LIBC_abs32le_DDI_H_ 34 34 35 35 #include <ddi.h> -
uspace/lib/c/arch/abs32le/include/libarch/elf_linux.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_abs32le_ELF_LINUX_H_36 #define LIBC_abs32le_ELF_LINUX_H_35 #ifndef _LIBC_abs32le_ELF_LINUX_H_ 36 #define _LIBC_abs32le_ELF_LINUX_H_ 37 37 38 38 #include <libarch/istate.h> -
uspace/lib/c/arch/abs32le/include/libarch/faddr.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_abs32le_FADDR_H_36 #define LIBC_abs32le_FADDR_H_35 #ifndef _LIBC_abs32le_FADDR_H_ 36 #define _LIBC_abs32le_FADDR_H_ 37 37 38 38 #include <types/common.h> -
uspace/lib/c/arch/abs32le/include/libarch/fibril.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_abs32le_FIBRIL_H_36 #define LIBC_abs32le_FIBRIL_H_35 #ifndef _LIBC_abs32le_FIBRIL_H_ 36 #define _LIBC_abs32le_FIBRIL_H_ 37 37 38 38 #include <stdint.h> -
uspace/lib/c/arch/abs32le/include/libarch/fibril_context.h
r8df5f20 r4805495 27 27 */ 28 28 29 #ifndef LIBC_abs32le_FIBRIL_CONTEXT_H_30 #define LIBC_abs32le_FIBRIL_CONTEXT_H_29 #ifndef _LIBC_abs32le_FIBRIL_CONTEXT_H_ 30 #define _LIBC_abs32le_FIBRIL_CONTEXT_H_ 31 31 32 32 #include <stdint.h> -
uspace/lib/c/arch/abs32le/include/libarch/syscall.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_abs32le_SYSCALL_H_37 #define LIBC_abs32le_SYSCALL_H_36 #ifndef _LIBC_abs32le_SYSCALL_H_ 37 #define _LIBC_abs32le_SYSCALL_H_ 38 38 39 39 #include <abi/syscall.h> -
uspace/lib/c/arch/abs32le/include/libarch/thread.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_abs32le_THREAD_H_36 #define LIBC_abs32le_THREAD_H_35 #ifndef _LIBC_abs32le_THREAD_H_ 36 #define _LIBC_abs32le_THREAD_H_ 37 37 38 38 #endif -
uspace/lib/c/arch/abs32le/include/libarch/tls.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_abs32le_TLS_H_36 #define LIBC_abs32le_TLS_H_35 #ifndef _LIBC_abs32le_TLS_H_ 36 #define _LIBC_abs32le_TLS_H_ 37 37 38 38 #define CONFIG_TLS_VARIANT_2 -
uspace/lib/c/arch/amd64/include/libarch/config.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_amd64_CONFIG_H_36 #define LIBC_amd64_CONFIG_H_35 #ifndef _LIBC_amd64_CONFIG_H_ 36 #define _LIBC_amd64_CONFIG_H_ 37 37 38 38 #define PAGE_WIDTH 12 -
uspace/lib/c/arch/amd64/include/libarch/elf_linux.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_amd64_ELF_LINUX_H_36 #define LIBC_amd64_ELF_LINUX_H_35 #ifndef _LIBC_amd64_ELF_LINUX_H_ 36 #define _LIBC_amd64_ELF_LINUX_H_ 37 37 38 38 #include <libarch/istate.h> -
uspace/lib/c/arch/amd64/include/libarch/faddr.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_amd64_FADDR_H_36 #define LIBC_amd64_FADDR_H_35 #ifndef _LIBC_amd64_FADDR_H_ 36 #define _LIBC_amd64_FADDR_H_ 37 37 38 38 #include <types/common.h> -
uspace/lib/c/arch/amd64/include/libarch/fibril.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_amd64_FIBRIL_H_36 #define LIBC_amd64_FIBRIL_H_35 #ifndef _LIBC_amd64_FIBRIL_H_ 36 #define _LIBC_amd64_FIBRIL_H_ 37 37 38 38 #include <libarch/fibril_context.h> -
uspace/lib/c/arch/amd64/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_SP 0x00 -
uspace/lib/c/arch/amd64/include/libarch/rtld/dynamic.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_amd64_RTLD_DYNAMIC_H_36 #define LIBC_amd64_RTLD_DYNAMIC_H_35 #ifndef _LIBC_amd64_RTLD_DYNAMIC_H_ 36 #define _LIBC_amd64_RTLD_DYNAMIC_H_ 37 37 38 38 typedef struct { -
uspace/lib/c/arch/amd64/include/libarch/rtld/elf_dyn.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_amd64_RTLD_ELF_DYN_H_36 #define LIBC_amd64_RTLD_ELF_DYN_H_35 #ifndef _LIBC_amd64_RTLD_ELF_DYN_H_ 36 #define _LIBC_amd64_RTLD_ELF_DYN_H_ 37 37 38 38 #define R_X86_64_64 1 -
uspace/lib/c/arch/amd64/include/libarch/rtld/module.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_amd64_RTLD_MODULE_H_36 #define LIBC_amd64_RTLD_MODULE_H_35 #ifndef _LIBC_amd64_RTLD_MODULE_H_ 36 #define _LIBC_amd64_RTLD_MODULE_H_ 37 37 38 38 #include <elf/elf_mod.h> -
uspace/lib/c/arch/amd64/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/amd64/include/libarch/syscall.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_amd64_SYSCALL_H_37 #define LIBC_amd64_SYSCALL_H_36 #ifndef _LIBC_amd64_SYSCALL_H_ 37 #define _LIBC_amd64_SYSCALL_H_ 38 38 39 39 #define LIBARCH_SYSCALL_GENERIC -
uspace/lib/c/arch/amd64/include/libarch/thread.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_amd64_THREAD_H_36 #define LIBC_amd64_THREAD_H_35 #ifndef _LIBC_amd64_THREAD_H_ 36 #define _LIBC_amd64_THREAD_H_ 37 37 38 38 #endif -
uspace/lib/c/arch/amd64/include/libarch/tls.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_amd64_TLS_H_36 #define LIBC_amd64_TLS_H_35 #ifndef _LIBC_amd64_TLS_H_ 36 #define _LIBC_amd64_TLS_H_ 37 37 38 38 #define CONFIG_TLS_VARIANT_2 -
uspace/lib/c/arch/arm32/include/libarch/config.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_arm32_CONFIG_H_37 #define LIBC_arm32_CONFIG_H_36 #ifndef _LIBC_arm32_CONFIG_H_ 37 #define _LIBC_arm32_CONFIG_H_ 38 38 39 39 #define PAGE_WIDTH 12 -
uspace/lib/c/arch/arm32/include/libarch/ddi.h
r8df5f20 r4805495 31 31 */ 32 32 33 #ifndef LIBC_arm32_DDI_H_34 #define LIBC_arm32_DDI_H_33 #ifndef _LIBC_arm32_DDI_H_ 34 #define _LIBC_arm32_DDI_H_ 35 35 36 36 #include <ddi.h> -
uspace/lib/c/arch/arm32/include/libarch/elf_linux.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_arm32_ELF_LINUX_H_36 #define LIBC_arm32_ELF_LINUX_H_35 #ifndef _LIBC_arm32_ELF_LINUX_H_ 36 #define _LIBC_arm32_ELF_LINUX_H_ 37 37 38 38 #include <libarch/istate.h> -
uspace/lib/c/arch/arm32/include/libarch/faddr.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_arm32_FADDR_H_37 #define LIBC_arm32_FADDR_H_36 #ifndef _LIBC_arm32_FADDR_H_ 37 #define _LIBC_arm32_FADDR_H_ 38 38 39 39 #include <types/common.h> -
uspace/lib/c/arch/arm32/include/libarch/fibril.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_arm32_FIBRIL_H_37 #define LIBC_arm32_FIBRIL_H_36 #ifndef _LIBC_arm32_FIBRIL_H_ 37 #define _LIBC_arm32_FIBRIL_H_ 38 38 39 39 #include <types/common.h> -
uspace/lib/c/arch/arm32/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 #include <stdint.h> -
uspace/lib/c/arch/arm32/include/libarch/rtld/dynamic.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_arm32_RTLD_DYNAMIC_H_36 #define LIBC_arm32_RTLD_DYNAMIC_H_35 #ifndef _LIBC_arm32_RTLD_DYNAMIC_H_ 36 #define _LIBC_arm32_RTLD_DYNAMIC_H_ 37 37 38 38 typedef struct { -
uspace/lib/c/arch/arm32/include/libarch/rtld/elf_dyn.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_arm32_RTLD_ELF_DYN_H_36 #define LIBC_arm32_RTLD_ELF_DYN_H_35 #ifndef _LIBC_arm32_RTLD_ELF_DYN_H_ 36 #define _LIBC_arm32_RTLD_ELF_DYN_H_ 37 37 38 38 /* -
uspace/lib/c/arch/arm32/include/libarch/rtld/module.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_arm32_RTLD_MODULE_H_36 #define LIBC_arm32_RTLD_MODULE_H_35 #ifndef _LIBC_arm32_RTLD_MODULE_H_ 36 #define _LIBC_arm32_RTLD_MODULE_H_ 37 37 38 38 #include <elf/elf_mod.h> -
uspace/lib/c/arch/arm32/include/libarch/stackarg.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_arm32_STACKARG_H_37 #define LIBC_arm32_STACKARG_H_36 #ifndef _LIBC_arm32_STACKARG_H_ 37 #define _LIBC_arm32_STACKARG_H_ 38 38 39 39 #endif -
uspace/lib/c/arch/arm32/include/libarch/syscall.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_arm32_SYSCALL_H_37 #define LIBC_arm32_SYSCALL_H_36 #ifndef _LIBC_arm32_SYSCALL_H_ 37 #define _LIBC_arm32_SYSCALL_H_ 38 38 39 39 #define LIBARCH_SYSCALL_GENERIC -
uspace/lib/c/arch/arm32/include/libarch/thread.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_arm32_THREAD_H_37 #define LIBC_arm32_THREAD_H_36 #ifndef _LIBC_arm32_THREAD_H_ 37 #define _LIBC_arm32_THREAD_H_ 38 38 39 39 #endif -
uspace/lib/c/arch/arm32/include/libarch/tls.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_arm32_TLS_H_37 #define LIBC_arm32_TLS_H_36 #ifndef _LIBC_arm32_TLS_H_ 37 #define _LIBC_arm32_TLS_H_ 38 38 39 39 #include <stdint.h> -
uspace/lib/c/arch/ia32/include/libarch/config.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ia32_CONFIG_H_36 #define LIBC_ia32_CONFIG_H_35 #ifndef _LIBC_ia32_CONFIG_H_ 36 #define _LIBC_ia32_CONFIG_H_ 37 37 38 38 #define PAGE_WIDTH 12 -
uspace/lib/c/arch/ia32/include/libarch/ddi.h
r8df5f20 r4805495 31 31 */ 32 32 33 #ifndef LIBC_ia32_DDI_H_34 #define LIBC_ia32_DDI_H_33 #ifndef _LIBC_ia32_DDI_H_ 34 #define _LIBC_ia32_DDI_H_ 35 35 36 36 #include <ddi.h> -
uspace/lib/c/arch/ia32/include/libarch/elf_linux.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ia32_ELF_LINUX_H_36 #define LIBC_ia32_ELF_LINUX_H_35 #ifndef _LIBC_ia32_ELF_LINUX_H_ 36 #define _LIBC_ia32_ELF_LINUX_H_ 37 37 38 38 #include <libarch/istate.h> -
uspace/lib/c/arch/ia32/include/libarch/faddr.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ia32_FADDR_H_36 #define LIBC_ia32_FADDR_H_35 #ifndef _LIBC_ia32_FADDR_H_ 36 #define _LIBC_ia32_FADDR_H_ 37 37 38 38 #include <types/common.h> -
uspace/lib/c/arch/ia32/include/libarch/fibril.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ia32_FIBRIL_H_36 #define LIBC_ia32_FIBRIL_H_35 #ifndef _LIBC_ia32_FIBRIL_H_ 36 #define _LIBC_ia32_FIBRIL_H_ 37 37 38 38 #include <types/common.h> -
uspace/lib/c/arch/ia32/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_SP 0x00 -
uspace/lib/c/arch/ia32/include/libarch/rtld/dynamic.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ia32_RTLD_DYNAMIC_H_36 #define LIBC_ia32_RTLD_DYNAMIC_H_35 #ifndef _LIBC_ia32_RTLD_DYNAMIC_H_ 36 #define _LIBC_ia32_RTLD_DYNAMIC_H_ 37 37 38 38 typedef struct { -
uspace/lib/c/arch/ia32/include/libarch/rtld/elf_dyn.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ia32_RTLD_ELF_DYN_H_36 #define LIBC_ia32_RTLD_ELF_DYN_H_35 #ifndef _LIBC_ia32_RTLD_ELF_DYN_H_ 36 #define _LIBC_ia32_RTLD_ELF_DYN_H_ 37 37 38 38 /* -
uspace/lib/c/arch/ia32/include/libarch/rtld/module.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ia32_RTLD_MODULE_H_36 #define LIBC_ia32_RTLD_MODULE_H_35 #ifndef _LIBC_ia32_RTLD_MODULE_H_ 36 #define _LIBC_ia32_RTLD_MODULE_H_ 37 37 38 38 #include <elf/elf_mod.h> -
uspace/lib/c/arch/ia32/include/libarch/syscall.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_ia32_SYSCALL_H_37 #define LIBC_ia32_SYSCALL_H_36 #ifndef _LIBC_ia32_SYSCALL_H_ 37 #define _LIBC_ia32_SYSCALL_H_ 38 38 39 39 #include <abi/syscall.h> -
uspace/lib/c/arch/ia32/include/libarch/thread.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ia32_THREAD_H_36 #define LIBC_ia32_THREAD_H_35 #ifndef _LIBC_ia32_THREAD_H_ 36 #define _LIBC_ia32_THREAD_H_ 37 37 38 38 #endif -
uspace/lib/c/arch/ia32/include/libarch/tls.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ia32_TLS_H_36 #define LIBC_ia32_TLS_H_35 #ifndef _LIBC_ia32_TLS_H_ 36 #define _LIBC_ia32_TLS_H_ 37 37 38 38 #define CONFIG_TLS_VARIANT_2 -
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 -
uspace/lib/c/arch/mips32/include/libarch/config.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_mips32_CONFIG_H_36 #define LIBC_mips32_CONFIG_H_35 #ifndef _LIBC_mips32_CONFIG_H_ 36 #define _LIBC_mips32_CONFIG_H_ 37 37 38 38 #define PAGE_WIDTH 14 -
uspace/lib/c/arch/mips32/include/libarch/ddi.h
r8df5f20 r4805495 31 31 */ 32 32 33 #ifndef LIBC_mips32_DDI_H_34 #define LIBC_mips32_DDI_H_33 #ifndef _LIBC_mips32_DDI_H_ 34 #define _LIBC_mips32_DDI_H_ 35 35 36 36 #include <ddi.h> -
uspace/lib/c/arch/mips32/include/libarch/elf_linux.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_mips32_ELF_LINUX_H_36 #define LIBC_mips32_ELF_LINUX_H_35 #ifndef _LIBC_mips32_ELF_LINUX_H_ 36 #define _LIBC_mips32_ELF_LINUX_H_ 37 37 38 38 #include <libarch/istate.h> -
uspace/lib/c/arch/mips32/include/libarch/faddr.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_mips32_FADDR_H_36 #define LIBC_mips32_FADDR_H_35 #ifndef _LIBC_mips32_FADDR_H_ 36 #define _LIBC_mips32_FADDR_H_ 37 37 38 38 #include <types/common.h> -
uspace/lib/c/arch/mips32/include/libarch/fibril.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_mips32_FIBRIL_H_37 #define LIBC_mips32_FIBRIL_H_36 #ifndef _LIBC_mips32_FIBRIL_H_ 37 #define _LIBC_mips32_FIBRIL_H_ 38 38 39 39 #include <stdint.h> -
uspace/lib/c/arch/mips32/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_SP 0x00 -
uspace/lib/c/arch/mips32/include/libarch/stack.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_mips32_STACK_H_36 #define LIBC_mips32_STACK_H_35 #ifndef _LIBC_mips32_STACK_H_ 36 #define _LIBC_mips32_STACK_H_ 37 37 38 38 #define STACK_ITEM_SIZE 4 -
uspace/lib/c/arch/mips32/include/libarch/syscall.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_mips32_SYSCALL_H_37 #define LIBC_mips32_SYSCALL_H_36 #ifndef _LIBC_mips32_SYSCALL_H_ 37 #define _LIBC_mips32_SYSCALL_H_ 38 38 39 39 #define LIBARCH_SYSCALL_GENERIC -
uspace/lib/c/arch/mips32/include/libarch/thread.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_mips32_THREAD_H_37 #define LIBC_mips32_THREAD_H_36 #ifndef _LIBC_mips32_THREAD_H_ 37 #define _LIBC_mips32_THREAD_H_ 38 38 39 39 #endif -
uspace/lib/c/arch/mips32/include/libarch/tls.h
r8df5f20 r4805495 36 36 /* TLS for MIPS is described in http://www.linux-mips.org/wiki/NPTL */ 37 37 38 #ifndef LIBC_mips32_TLS_H_39 #define LIBC_mips32_TLS_H_38 #ifndef _LIBC_mips32_TLS_H_ 39 #define _LIBC_mips32_TLS_H_ 40 40 41 41 /* -
uspace/lib/c/arch/ppc32/include/libarch/config.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ppc32_CONFIG_H_36 #define LIBC_ppc32_CONFIG_H_35 #ifndef _LIBC_ppc32_CONFIG_H_ 36 #define _LIBC_ppc32_CONFIG_H_ 37 37 38 38 #define PAGE_WIDTH 12 -
uspace/lib/c/arch/ppc32/include/libarch/ddi.h
r8df5f20 r4805495 31 31 */ 32 32 33 #ifndef LIBC_ppc32_DDI_H_34 #define LIBC_ppc32_DDI_H_33 #ifndef _LIBC_ppc32_DDI_H_ 34 #define _LIBC_ppc32_DDI_H_ 35 35 36 36 #include <ddi.h> -
uspace/lib/c/arch/ppc32/include/libarch/elf_linux.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ppc32_ELF_LINUX_H_36 #define LIBC_ppc32_ELF_LINUX_H_35 #ifndef _LIBC_ppc32_ELF_LINUX_H_ 36 #define _LIBC_ppc32_ELF_LINUX_H_ 37 37 38 38 #include <libarch/istate.h> -
uspace/lib/c/arch/ppc32/include/libarch/faddr.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ppc32_FADDR_H_36 #define LIBC_ppc32_FADDR_H_35 #ifndef _LIBC_ppc32_FADDR_H_ 36 #define _LIBC_ppc32_FADDR_H_ 37 37 38 38 #include <types/common.h> -
uspace/lib/c/arch/ppc32/include/libarch/fibril.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ppc32_FIBRIL_H_36 #define LIBC_ppc32_FIBRIL_H_35 #ifndef _LIBC_ppc32_FIBRIL_H_ 36 #define _LIBC_ppc32_FIBRIL_H_ 37 37 38 38 #include <stdint.h> -
uspace/lib/c/arch/ppc32/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_SP 0x00 -
uspace/lib/c/arch/ppc32/include/libarch/regname.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ppc32_REGNAME_H_36 #define LIBC_ppc32_REGNAME_H_35 #ifndef _LIBC_ppc32_REGNAME_H_ 36 #define _LIBC_ppc32_REGNAME_H_ 37 37 38 38 /* Condition Register Bit Fields */ -
uspace/lib/c/arch/ppc32/include/libarch/rtld/dynamic.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ppc32_RTLD_DYNAMIC_H_36 #define LIBC_ppc32_RTLD_DYNAMIC_H_35 #ifndef _LIBC_ppc32_RTLD_DYNAMIC_H_ 36 #define _LIBC_ppc32_RTLD_DYNAMIC_H_ 37 37 38 38 typedef struct { -
uspace/lib/c/arch/ppc32/include/libarch/rtld/elf_dyn.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ppc32_RTLD_ELF_DYN_H_36 #define LIBC_ppc32_RTLD_ELF_DYN_H_35 #ifndef _LIBC_ppc32_RTLD_ELF_DYN_H_ 36 #define _LIBC_ppc32_RTLD_ELF_DYN_H_ 37 37 38 38 /* -
uspace/lib/c/arch/ppc32/include/libarch/rtld/module.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ppc32_RTLD_MODULE_H_36 #define LIBC_ppc32_RTLD_MODULE_H_35 #ifndef _LIBC_ppc32_RTLD_MODULE_H_ 36 #define _LIBC_ppc32_RTLD_MODULE_H_ 37 37 38 38 #include <elf/elf_mod.h> -
uspace/lib/c/arch/ppc32/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/ppc32/include/libarch/syscall.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_ppc32_SYSCALL_H_37 #define LIBC_ppc32_SYSCALL_H_36 #ifndef _LIBC_ppc32_SYSCALL_H_ 37 #define _LIBC_ppc32_SYSCALL_H_ 38 38 39 39 #define LIBARCH_SYSCALL_GENERIC -
uspace/lib/c/arch/ppc32/include/libarch/thread.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ppc32_THREAD_H_36 #define LIBC_ppc32_THREAD_H_35 #ifndef _LIBC_ppc32_THREAD_H_ 36 #define _LIBC_ppc32_THREAD_H_ 37 37 38 38 #endif -
uspace/lib/c/arch/ppc32/include/libarch/tls.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_ppc32_TLS_H_36 #define LIBC_ppc32_TLS_H_35 #ifndef _LIBC_ppc32_TLS_H_ 36 #define _LIBC_ppc32_TLS_H_ 37 37 38 38 #define CONFIG_TLS_VARIANT_1 -
uspace/lib/c/arch/riscv64/include/libarch/config.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_riscv64_CONFIG_H_36 #define LIBC_riscv64_CONFIG_H_35 #ifndef _LIBC_riscv64_CONFIG_H_ 36 #define _LIBC_riscv64_CONFIG_H_ 37 37 38 38 #define PAGE_WIDTH 12 -
uspace/lib/c/arch/riscv64/include/libarch/ddi.h
r8df5f20 r4805495 30 30 */ 31 31 32 #ifndef LIBC_riscv64_DDI_H_33 #define LIBC_riscv64_DDI_H_32 #ifndef _LIBC_riscv64_DDI_H_ 33 #define _LIBC_riscv64_DDI_H_ 34 34 35 35 #include <ddi.h> -
uspace/lib/c/arch/riscv64/include/libarch/elf_linux.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_riscv64_ELF_LINUX_H_36 #define LIBC_riscv64_ELF_LINUX_H_35 #ifndef _LIBC_riscv64_ELF_LINUX_H_ 36 #define _LIBC_riscv64_ELF_LINUX_H_ 37 37 38 38 #include <libarch/istate.h> -
uspace/lib/c/arch/riscv64/include/libarch/faddr.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_riscv64_FADDR_H_36 #define LIBC_riscv64_FADDR_H_35 #ifndef _LIBC_riscv64_FADDR_H_ 36 #define _LIBC_riscv64_FADDR_H_ 37 37 38 38 #include <types/common.h> -
uspace/lib/c/arch/riscv64/include/libarch/fibril.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_riscv64_FIBRIL_H_36 #define LIBC_riscv64_FIBRIL_H_35 #ifndef _LIBC_riscv64_FIBRIL_H_ 36 #define _LIBC_riscv64_FIBRIL_H_ 37 37 38 38 #include <stdint.h> -
uspace/lib/c/arch/riscv64/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_SP 0x00 -
uspace/lib/c/arch/riscv64/include/libarch/syscall.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_riscv64_SYSCALL_H_37 #define LIBC_riscv64_SYSCALL_H_36 #ifndef _LIBC_riscv64_SYSCALL_H_ 37 #define _LIBC_riscv64_SYSCALL_H_ 38 38 39 39 #include <stdint.h> -
uspace/lib/c/arch/riscv64/include/libarch/thread.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_riscv64_THREAD_H_36 #define LIBC_riscv64_THREAD_H_35 #ifndef _LIBC_riscv64_THREAD_H_ 36 #define _LIBC_riscv64_THREAD_H_ 37 37 38 38 #endif -
uspace/lib/c/arch/riscv64/include/libarch/tls.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_riscv64_TLS_H_36 #define LIBC_riscv64_TLS_H_35 #ifndef _LIBC_riscv64_TLS_H_ 36 #define _LIBC_riscv64_TLS_H_ 37 37 38 38 #define CONFIG_TLS_VARIANT_2 -
uspace/lib/c/arch/sparc64/include/libarch/config.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_sparc64_CONFIG_H_36 #define LIBC_sparc64_CONFIG_H_35 #ifndef _LIBC_sparc64_CONFIG_H_ 36 #define _LIBC_sparc64_CONFIG_H_ 37 37 38 38 #if defined (SUN4U) -
uspace/lib/c/arch/sparc64/include/libarch/ddi.h
r8df5f20 r4805495 31 31 */ 32 32 33 #ifndef LIBC_sparc64_DDI_H_34 #define LIBC_sparc64_DDI_H_33 #ifndef _LIBC_sparc64_DDI_H_ 34 #define _LIBC_sparc64_DDI_H_ 35 35 36 36 #include <barrier.h> -
uspace/lib/c/arch/sparc64/include/libarch/elf_linux.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_sparc64_ELF_LINUX_H_36 #define LIBC_sparc64_ELF_LINUX_H_35 #ifndef _LIBC_sparc64_ELF_LINUX_H_ 36 #define _LIBC_sparc64_ELF_LINUX_H_ 37 37 38 38 #include <libarch/istate.h> -
uspace/lib/c/arch/sparc64/include/libarch/faddr.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_sparc64_FADDR_H_36 #define LIBC_sparc64_FADDR_H_35 #ifndef _LIBC_sparc64_FADDR_H_ 36 #define _LIBC_sparc64_FADDR_H_ 37 37 38 38 #include <types/common.h> -
uspace/lib/c/arch/sparc64/include/libarch/fibril.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_sparc64_FIBRIL_H_36 #define LIBC_sparc64_FIBRIL_H_35 #ifndef _LIBC_sparc64_FIBRIL_H_ 36 #define _LIBC_sparc64_FIBRIL_H_ 37 37 38 38 #include <libarch/stack.h> -
uspace/lib/c/arch/sparc64/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_SP 0x00 -
uspace/lib/c/arch/sparc64/include/libarch/rtld/dynamic.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_sparc64_RTLD_DYNAMIC_H_36 #define LIBC_sparc64_RTLD_DYNAMIC_H_35 #ifndef _LIBC_sparc64_RTLD_DYNAMIC_H_ 36 #define _LIBC_sparc64_RTLD_DYNAMIC_H_ 37 37 38 38 typedef struct { -
uspace/lib/c/arch/sparc64/include/libarch/rtld/elf_dyn.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_sparc64_RTLD_ELF_DYN_H_36 #define LIBC_sparc64_RTLD_ELF_DYN_H_35 #ifndef _LIBC_sparc64_RTLD_ELF_DYN_H_ 36 #define _LIBC_sparc64_RTLD_ELF_DYN_H_ 37 37 38 38 #define R_SPARC_COPY 19 -
uspace/lib/c/arch/sparc64/include/libarch/rtld/module.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_sparc64_RTLD_MODULE_H_36 #define LIBC_sparc64_RTLD_MODULE_H_35 #ifndef _LIBC_sparc64_RTLD_MODULE_H_ 36 #define _LIBC_sparc64_RTLD_MODULE_H_ 37 37 38 38 #include <elf/elf_mod.h> -
uspace/lib/c/arch/sparc64/include/libarch/stack.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_sparc64_STACK_H_36 #define LIBC_sparc64_STACK_H_35 #ifndef _LIBC_sparc64_STACK_H_ 36 #define _LIBC_sparc64_STACK_H_ 37 37 38 38 #define STACK_ITEM_SIZE 8 -
uspace/lib/c/arch/sparc64/include/libarch/stackarg.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_sparc64_STACKARG_H_36 #define LIBC_sparc64_STACKARG_H_35 #ifndef _LIBC_sparc64_STACKARG_H_ 36 #define _LIBC_sparc64_STACKARG_H_ 37 37 38 38 #endif -
uspace/lib/c/arch/sparc64/include/libarch/syscall.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_sparc64_SYSCALL_H_36 #define LIBC_sparc64_SYSCALL_H_35 #ifndef _LIBC_sparc64_SYSCALL_H_ 36 #define _LIBC_sparc64_SYSCALL_H_ 37 37 38 38 #include <stdint.h> -
uspace/lib/c/arch/sparc64/include/libarch/thread.h
r8df5f20 r4805495 32 32 */ 33 33 34 #ifndef LIBC_sparc64_THREAD_H_35 #define LIBC_sparc64_THREAD_H_34 #ifndef _LIBC_sparc64_THREAD_H_ 35 #define _LIBC_sparc64_THREAD_H_ 36 36 37 37 #endif -
uspace/lib/c/arch/sparc64/include/libarch/tls.h
r8df5f20 r4805495 36 36 */ 37 37 38 #ifndef LIBC_sparc64_TLS_H_39 #define LIBC_sparc64_TLS_H_38 #ifndef _LIBC_sparc64_TLS_H_ 39 #define _LIBC_sparc64_TLS_H_ 40 40 41 41 #define CONFIG_TLS_VARIANT_2
Note:
See TracChangeset
for help on using the changeset viewer.