HomeSort by: relevance | last modified time | path
    Searched defs:__tcb (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/mips/include/
lwp_private.h 50 struct tls_tcb *__tcb; local in function:__lwp_gettcb_fast
59 "addiu $2,$0,316; syscall; nop; move %[__tcb],$2"
70 : [__tcb]"=r"(__tcb)
73 return __tcb - (TLS_TP_OFFSET / sizeof(*__tcb) + 1);
79 __lwp_settcb(struct tls_tcb *__tcb)
81 __tcb += TLS_TP_OFFSET / sizeof(*__tcb) + 1;
82 _lwp_setprivate(__tcb);
    [all...]
lwp_private.h 50 struct tls_tcb *__tcb; local in function:__lwp_gettcb_fast
59 "addiu $2,$0,316; syscall; nop; move %[__tcb],$2"
70 : [__tcb]"=r"(__tcb)
73 return __tcb - (TLS_TP_OFFSET / sizeof(*__tcb) + 1);
79 __lwp_settcb(struct tls_tcb *__tcb)
81 __tcb += TLS_TP_OFFSET / sizeof(*__tcb) + 1;
82 _lwp_setprivate(__tcb);
    [all...]
  /src/sys/arch/powerpc/include/
lwp_private.h 54 void *__tcb; local in function:__lwp_gettcb_fast
57 "addi %[__tcb],%%r2,%[__offset]"
58 : [__tcb] "=r" (__tcb)
61 return __tcb;
65 __lwp_settcb(void *__tcb)
67 __tcb = (uint8_t *)__tcb + TLS_TP_OFFSET + sizeof(struct tls_tcb);
70 "mr %%r2,%[__tcb]"
72 : [__tcb] "r" (__tcb))
    [all...]
lwp_private.h 54 void *__tcb; local in function:__lwp_gettcb_fast
57 "addi %[__tcb],%%r2,%[__offset]"
58 : [__tcb] "=r" (__tcb)
61 return __tcb;
65 __lwp_settcb(void *__tcb)
67 __tcb = (uint8_t *)__tcb + TLS_TP_OFFSET + sizeof(struct tls_tcb);
70 "mr %%r2,%[__tcb]"
72 : [__tcb] "r" (__tcb))
    [all...]
  /src/sys/arch/m68k/include/
lwp_private.h 51 unsigned int __tcb = (unsigned int)_lwp_getprivate(); local in function:__lwp_gettcb_fast
53 (__tcb - TLS_TP_OFFSET - sizeof(struct tls_tcb));
57 __lwp_settcb(struct tls_tcb *__tcb)
59 __tcb += TLS_TP_OFFSET / sizeof(*__tcb) + 1;
60 _lwp_setprivate(__tcb);
lwp_private.h 51 unsigned int __tcb = (unsigned int)_lwp_getprivate(); local in function:__lwp_gettcb_fast
53 (__tcb - TLS_TP_OFFSET - sizeof(struct tls_tcb));
57 __lwp_settcb(struct tls_tcb *__tcb)
59 __tcb += TLS_TP_OFFSET / sizeof(*__tcb) + 1;
60 _lwp_setprivate(__tcb);
  /src/sys/arch/or1k/include/
lwp_private.h 59 void *__tcb; local in function:__lwp_gettcb_fast
62 "l.addi %[__tcb],r10,%[__offset]"
63 : [__tcb] "=r" (__tcb)
66 return __tcb;
70 __lwp_settcb(void *__tcb)
73 "l.addi r10,%[__tcb],%[__offset]"
75 : [__tcb] "r" (__tcb),
lwp_private.h 59 void *__tcb; local in function:__lwp_gettcb_fast
62 "l.addi %[__tcb],r10,%[__offset]"
63 : [__tcb] "=r" (__tcb)
66 return __tcb;
70 __lwp_settcb(void *__tcb)
73 "l.addi r10,%[__tcb],%[__offset]"
75 : [__tcb] "r" (__tcb),
  /src/sys/arch/riscv/include/
lwp_private.h 61 void *__tcb; local in function:__lwp_gettcb_fast
64 "addi %[__tcb], tp, %[__offset]"
65 : [__tcb] "=r" (__tcb)
68 return __tcb;
72 __lwp_settcb(void *__tcb)
75 "addi tp, %[__tcb], %[__offset]"
77 : [__tcb] "r" (__tcb),
lwp_private.h 61 void *__tcb; local in function:__lwp_gettcb_fast
64 "addi %[__tcb], tp, %[__offset]"
65 : [__tcb] "=r" (__tcb)
68 return __tcb;
72 __lwp_settcb(void *__tcb)
75 "addi tp, %[__tcb], %[__offset]"
77 : [__tcb] "r" (__tcb),

Completed in 23 milliseconds