Changeset 4805495 in mainline for uspace/lib/c/arch/ia32/include/libarch
- 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/ia32/include/libarch
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.