Changeset 8d2dd7f2 in mainline for uspace/lib/c/arch
- Timestamp:
- 2017-05-13T19:03:14Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c96634
- Parents:
- e48947e
- Location:
- uspace/lib/c/arch
- Files:
-
- 53 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/abs32le/include/libarch/elf_linux.h
re48947e r8d2dd7f2 37 37 38 38 #include <libarch/istate.h> 39 #include <sys/types.h>40 39 41 40 typedef struct { -
uspace/lib/c/arch/abs32le/include/libarch/fibril.h
re48947e r8d2dd7f2 36 36 #define LIBC_abs32le_FIBRIL_H_ 37 37 38 #include <s ys/types.h>38 #include <stdint.h> 39 39 40 40 #define SP_DELTA 0 -
uspace/lib/c/arch/abs32le/include/libarch/syscall.h
re48947e r8d2dd7f2 37 37 #define LIBC_abs32le_SYSCALL_H_ 38 38 39 #include <sys/types.h>40 39 #include <abi/syscall.h> 40 #include <libarch/types.h> 41 41 42 42 #define __syscall0 __syscall -
uspace/lib/c/arch/abs32le/src/stacktrace.c
re48947e r8d2dd7f2 30 30 */ 31 31 32 #include <s ys/types.h>32 #include <stdint.h> 33 33 #include <stdbool.h> 34 34 #include <stddef.h> -
uspace/lib/c/arch/abs32le/src/syscall.c
re48947e r8d2dd7f2 30 30 */ 31 31 32 #include <sys/types.h>33 32 #include <libarch/syscall.h> 34 33 -
uspace/lib/c/arch/abs32le/src/tls.c
re48947e r8d2dd7f2 31 31 32 32 #include <tls.h> 33 #include <sys/types.h> 33 #include <stddef.h> 34 #include <stdint.h> 34 35 35 36 tcb_t * tls_alloc_arch(void **data, size_t size) -
uspace/lib/c/arch/amd64/include/libarch/elf_linux.h
re48947e r8d2dd7f2 37 37 38 38 #include <libarch/istate.h> 39 #include <s ys/types.h>39 #include <stdint.h> 40 40 41 41 /** Linux kernel struct pt_regs structure. -
uspace/lib/c/arch/amd64/include/libarch/fibril_context.ag
re48947e r8d2dd7f2 31 31 includes : [ 32 32 { 33 include : <sys/types.h> 34 } 33 include : <stddef.h> 34 }, 35 { 36 include : <stdint.h> 37 }, 35 38 ], 36 39 -
uspace/lib/c/arch/amd64/src/stacktrace.c
re48947e r8d2dd7f2 35 35 */ 36 36 37 #include <s ys/types.h>37 #include <stdint.h> 38 38 #include <stdbool.h> 39 39 -
uspace/lib/c/arch/amd64/src/tls.c
re48947e r8d2dd7f2 36 36 37 37 #include <tls.h> 38 #include <s ys/types.h>38 #include <stddef.h> 39 39 40 40 tcb_t *tls_alloc_arch(void **data, size_t size) -
uspace/lib/c/arch/arm32/include/libarch/atomic.h
re48947e r8d2dd7f2 42 42 #include <atomicdflt.h> 43 43 #include <stdbool.h> 44 #include <s ys/types.h>44 #include <stdint.h> 45 45 46 46 extern uintptr_t *ras_page; -
uspace/lib/c/arch/arm32/include/libarch/elf_linux.h
re48947e r8d2dd7f2 37 37 38 38 #include <libarch/istate.h> 39 #include <s ys/types.h>39 #include <stdint.h> 40 40 41 41 /** Linux kernel struct pt_regs structure. -
uspace/lib/c/arch/arm32/include/libarch/fibril.h
re48947e r8d2dd7f2 37 37 #define LIBC_arm32_FIBRIL_H_ 38 38 39 #include < sys/types.h>39 #include <libarch/types.h> 40 40 #include <align.h> 41 41 #include <thread.h> -
uspace/lib/c/arch/arm32/include/libarch/fibril_context.ag
re48947e r8d2dd7f2 31 31 includes : [ 32 32 { 33 include : <s ys/types.h>33 include : <stddef.h> 34 34 }, 35 { 36 include : <stdint.h> 37 } 35 38 ], 36 39 -
uspace/lib/c/arch/arm32/include/libarch/tls.h
re48947e r8d2dd7f2 37 37 #define LIBC_arm32_TLS_H_ 38 38 39 #include <s ys/types.h>39 #include <stdint.h> 40 40 41 41 #define CONFIG_TLS_VARIANT_1 -
uspace/lib/c/arch/arm32/src/stacktrace.c
re48947e r8d2dd7f2 35 35 */ 36 36 37 #include <s ys/types.h>37 #include <stdint.h> 38 38 #include <stdbool.h> 39 39 -
uspace/lib/c/arch/arm32/src/tls.c
re48947e r8d2dd7f2 36 36 37 37 #include <tls.h> 38 #include <s ys/types.h>38 #include <stddef.h> 39 39 40 40 tcb_t *tls_alloc_arch(void **data, size_t size) -
uspace/lib/c/arch/ia32/include/libarch/elf_linux.h
re48947e r8d2dd7f2 37 37 38 38 #include <libarch/istate.h> 39 #include <s ys/types.h>39 #include <stdint.h> 40 40 41 41 /** Linux kernel struct pt_regs structure. -
uspace/lib/c/arch/ia32/include/libarch/fibril.h
re48947e r8d2dd7f2 36 36 #define LIBC_ia32_FIBRIL_H_ 37 37 38 #include < sys/types.h>38 #include <libarch/types.h> 39 39 #include <libarch/fibril_context.h> 40 40 -
uspace/lib/c/arch/ia32/include/libarch/fibril_context.ag
re48947e r8d2dd7f2 31 31 includes : [ 32 32 { 33 include : <sys/types.h> 33 include : <stddef.h> 34 }, 35 { 36 include : <stdint.h> 34 37 } 35 38 ], -
uspace/lib/c/arch/ia32/include/libarch/rtld/dynamic.h
re48947e r8d2dd7f2 36 36 #define LIBC_ia32_RTLD_DYNAMIC_H_ 37 37 38 #include <sys/types.h>39 40 38 typedef struct { 41 39 /* Empty. */ -
uspace/lib/c/arch/ia32/include/libarch/syscall.h
re48947e r8d2dd7f2 37 37 #define LIBC_ia32_SYSCALL_H_ 38 38 39 #include <sys/types.h>40 39 #include <abi/syscall.h> 40 #include <libarch/types.h> 41 41 42 42 #define __syscall0 __syscall_fast_func -
uspace/lib/c/arch/ia32/src/stacktrace.c
re48947e r8d2dd7f2 36 36 37 37 #include <libarch/config.h> 38 #include <s ys/types.h>38 #include <stdint.h> 39 39 #include <stdbool.h> 40 40 #include <stacktrace.h> -
uspace/lib/c/arch/ia32/src/tls.c
re48947e r8d2dd7f2 37 37 38 38 #include <tls.h> 39 #include <sys/types.h> 39 #include <stddef.h> 40 #include <stdint.h> 40 41 #include <align.h> 41 42 -
uspace/lib/c/arch/ia64/include/libarch/elf_linux.h
re48947e r8d2dd7f2 37 37 38 38 #include <libarch/istate.h> 39 #include <s ys/types.h>39 #include <stdint.h> 40 40 41 41 typedef struct { -
uspace/lib/c/arch/ia64/include/libarch/fibril.h
re48947e r8d2dd7f2 36 36 #define LIBC_ia64_FIBRIL_H_ 37 37 38 #include <s ys/types.h>38 #include <stdint.h> 39 39 #include <align.h> 40 40 #include <libarch/stack.h> -
uspace/lib/c/arch/ia64/include/libarch/fibril_context.ag
re48947e r8d2dd7f2 31 31 includes : [ 32 32 { 33 include : <sys/types.h> 33 include : <stddef.h> 34 }, 35 { 36 include : <stdint.h> 34 37 } 35 38 ], -
uspace/lib/c/arch/ia64/include/libarch/tls.h
re48947e r8d2dd7f2 38 38 #define CONFIG_TLS_VARIANT_1 39 39 40 #include <sys/types.h>41 40 42 41 /* This structure must be exactly 16 bytes long */ -
uspace/lib/c/arch/ia64/src/stacktrace.c
re48947e r8d2dd7f2 35 35 */ 36 36 37 #include <s ys/types.h>37 #include <stdint.h> 38 38 #include <stdbool.h> 39 39 #include <errno.h> -
uspace/lib/c/arch/mips32/include/libarch/elf_linux.h
re48947e r8d2dd7f2 37 37 38 38 #include <libarch/istate.h> 39 #include <s ys/types.h>39 #include <stdint.h> 40 40 41 41 /** Linux kernel struct pt_regs structure. -
uspace/lib/c/arch/mips32/include/libarch/fibril.h
re48947e r8d2dd7f2 37 37 #define LIBC_mips32_FIBRIL_H_ 38 38 39 #include <s ys/types.h>39 #include <stdint.h> 40 40 #include <libarch/fibril_context.h> 41 41 #include <libarch/stack.h> -
uspace/lib/c/arch/mips32/include/libarch/fibril_context.ag
re48947e r8d2dd7f2 31 31 includes : [ 32 32 { 33 include : <sys/types.h> 33 include : <stddef.h> 34 }, 35 { 36 include : <stdint.h> 34 37 } 35 38 ], -
uspace/lib/c/arch/mips32/src/stacktrace.c
re48947e r8d2dd7f2 35 35 */ 36 36 37 #include <s ys/types.h>37 #include <stdint.h> 38 38 #include <stdbool.h> 39 39 #include <errno.h> -
uspace/lib/c/arch/mips32/src/tls.c
re48947e r8d2dd7f2 35 35 36 36 #include <tls.h> 37 #include <s ys/types.h>37 #include <stddef.h> 38 38 39 39 tcb_t * tls_alloc_arch(void **data, size_t size) -
uspace/lib/c/arch/ppc32/include/libarch/elf_linux.h
re48947e r8d2dd7f2 37 37 38 38 #include <libarch/istate.h> 39 #include <s ys/types.h>39 #include <stdint.h> 40 40 41 41 /** Linux kernel struct pt_regs structure. -
uspace/lib/c/arch/ppc32/include/libarch/fibril.h
re48947e r8d2dd7f2 36 36 #define LIBC_ppc32_FIBRIL_H_ 37 37 38 #include <s ys/types.h>38 #include <stdint.h> 39 39 #include <libarch/fibril_context.h> 40 40 -
uspace/lib/c/arch/ppc32/include/libarch/fibril_context.ag
re48947e r8d2dd7f2 31 31 includes : [ 32 32 { 33 include : <sys/types.h> 33 include : <stddef.h> 34 }, 35 { 36 include : <stdint.h> 34 37 } 35 38 ], -
uspace/lib/c/arch/ppc32/src/stacktrace.c
re48947e r8d2dd7f2 35 35 */ 36 36 37 #include <s ys/types.h>37 #include <stdint.h> 38 38 #include <stdbool.h> 39 39 -
uspace/lib/c/arch/ppc32/src/tls.c
re48947e r8d2dd7f2 34 34 35 35 #include <tls.h> 36 #include <s ys/types.h>36 #include <stddef.h> 37 37 38 38 tcb_t *tls_alloc_arch(void **data, size_t size) -
uspace/lib/c/arch/riscv64/include/libarch/elf_linux.h
re48947e r8d2dd7f2 37 37 38 38 #include <libarch/istate.h> 39 #include <sys/types.h>40 39 41 40 typedef struct { -
uspace/lib/c/arch/riscv64/include/libarch/fibril.h
re48947e r8d2dd7f2 36 36 #define LIBC_riscv64_FIBRIL_H_ 37 37 38 #include <s ys/types.h>38 #include <stdint.h> 39 39 40 40 #define SP_DELTA 0 -
uspace/lib/c/arch/riscv64/include/libarch/fibril_context.ag
re48947e r8d2dd7f2 32 32 includes : [ 33 33 { 34 include : <sys/types.h> 34 include : <stddef.h> 35 }, 36 { 37 include : <stdint.h> 35 38 } 36 39 ], -
uspace/lib/c/arch/riscv64/include/libarch/syscall.h
re48947e r8d2dd7f2 37 37 #define LIBC_riscv64_SYSCALL_H_ 38 38 39 #include <sys/types.h>40 39 #include <abi/syscall.h> 41 40 -
uspace/lib/c/arch/riscv64/src/stacktrace.c
re48947e r8d2dd7f2 30 30 */ 31 31 32 #include <s ys/types.h>32 #include <stdint.h> 33 33 #include <stdbool.h> 34 34 #include <stacktrace.h> -
uspace/lib/c/arch/riscv64/src/syscall.c
re48947e r8d2dd7f2 30 30 */ 31 31 32 #include <sys/types.h>33 32 #include <libarch/syscall.h> 34 33 -
uspace/lib/c/arch/riscv64/src/tls.c
re48947e r8d2dd7f2 31 31 32 32 #include <tls.h> 33 #include <s ys/types.h>33 #include <stddef.h> 34 34 35 35 tcb_t *tls_alloc_arch(void **data, size_t size) -
uspace/lib/c/arch/sparc64/include/libarch/atomic.h
re48947e r8d2dd7f2 39 39 40 40 #include <atomicdflt.h> 41 #include <s ys/types.h>41 #include <stdint.h> 42 42 43 43 /** Atomic add operation. -
uspace/lib/c/arch/sparc64/include/libarch/elf_linux.h
re48947e r8d2dd7f2 37 37 38 38 #include <libarch/istate.h> 39 #include <s ys/types.h>39 #include <stdint.h> 40 40 41 41 typedef struct { -
uspace/lib/c/arch/sparc64/include/libarch/fibril.h
re48947e r8d2dd7f2 38 38 #include <libarch/stack.h> 39 39 #include <libarch/fibril_context.h> 40 #include <s ys/types.h>40 #include <stdint.h> 41 41 #include <align.h> 42 42 -
uspace/lib/c/arch/sparc64/include/libarch/fibril_context.ag
re48947e r8d2dd7f2 31 31 includes : [ 32 32 { 33 include : <sys/types.h> 33 include : <stddef.h> 34 }, 35 { 36 include : <stdint.h> 34 37 } 35 38 ], -
uspace/lib/c/arch/sparc64/include/libarch/syscall.h
re48947e r8d2dd7f2 36 36 #define LIBC_sparc64_SYSCALL_H_ 37 37 38 #include <s ys/types.h>38 #include <stdint.h> 39 39 #include <abi/syscall.h> 40 #include <libarch/types.h> 40 41 41 42 #define __syscall0 __syscall -
uspace/lib/c/arch/sparc64/src/stacktrace.c
re48947e r8d2dd7f2 34 34 */ 35 35 36 #include <s ys/types.h>36 #include <stdint.h> 37 37 #include <stdbool.h> 38 38 #include <libarch/stack.h> -
uspace/lib/c/arch/sparc64/src/tls.c
re48947e r8d2dd7f2 36 36 37 37 #include <tls.h> 38 #include <s ys/types.h>38 #include <stddef.h> 39 39 40 40 tcb_t *tls_alloc_arch(void **data, size_t size)
Note:
See TracChangeset
for help on using the changeset viewer.