Searched refs:TP_ADJ (Results 1 - 22 of 22) sorted by relevance

/seL4-test-master/projects/musllibc/arch/i386/
H A Dpthread_arch.h8 #define TP_ADJ(p) (p) macro
/seL4-test-master/projects/musllibc/arch/i386_sel4/
H A Dpthread_arch.h8 #define TP_ADJ(p) (p) macro
/seL4-test-master/projects/musllibc/arch/microblaze/
H A Dpthread_arch.h8 #define TP_ADJ(p) (p) macro
/seL4-test-master/projects/musllibc/arch/s390x/
H A Dpthread_arch.h12 #define TP_ADJ(p) (p) macro
/seL4-test-master/projects/musllibc/arch/x86_64/
H A Dpthread_arch.h8 #define TP_ADJ(p) (p) macro
/seL4-test-master/projects/musllibc/arch/x86_64_sel4/
H A Dpthread_arch.h8 #define TP_ADJ(p) (p) macro
/seL4-test-master/projects/musllibc/arch/aarch64/
H A Dpthread_arch.h9 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) - 16) macro
/seL4-test-master/projects/musllibc/arch/aarch64_sel4/
H A Dpthread_arch.h9 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) - 16) macro
/seL4-test-master/projects/musllibc/arch/sh/
H A Dpthread_arch.h9 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) - 8) macro
/seL4-test-master/projects/musllibc/arch/x32/
H A Dpthread_arch.h8 #define TP_ADJ(p) (p) macro
/seL4-test-master/projects/musllibc/arch/mips/
H A Dpthread_arch.h14 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + 0x7000) macro
/seL4-test-master/projects/musllibc/arch/mips64/
H A Dpthread_arch.h14 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + 0x7000) macro
/seL4-test-master/projects/musllibc/arch/mipsn32/
H A Dpthread_arch.h14 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + 0x7000) macro
/seL4-test-master/projects/musllibc/arch/or1k/
H A Dpthread_arch.h15 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread)) macro
/seL4-test-master/projects/musllibc/arch/powerpc/
H A Dpthread_arch.h14 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + 0x7000) macro
/seL4-test-master/projects/musllibc/arch/powerpc64/
H A Dpthread_arch.h9 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + 0x7000) macro
/seL4-test-master/projects/musllibc/arch/riscv/
H A Dpthread_arch.h13 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread)) macro
/seL4-test-master/projects/musllibc/arch/riscv_sel4/
H A Dpthread_arch.h13 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread)) macro
/seL4-test-master/projects/musllibc/arch/arm/
H A Dpthread_arch.h30 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) - 8) macro
/seL4-test-master/projects/musllibc/arch/arm_sel4/
H A Dpthread_arch.h30 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) - 8) macro
/seL4-test-master/projects/musllibc/src/env/
H A D__init_tls.c15 int r = __set_thread_area(TP_ADJ(p));
56 return (uintptr_t)TP_ADJ(ptr);
/seL4-test-master/projects/musllibc/src/thread/
H A Dpthread_create.c281 ret = __clone((c11 ? start_c11 : start), stack, flags, new, &new->tid, TP_ADJ(new), &new->tid);

Completed in 178 milliseconds