Home | Sort by: relevance | last modified time | path |
/src/sys/arch/or1k/include/ | |
lwp_private.h | 51 void *__tp; local in function:__lwp_getprivate_fast 52 __asm("l.ori %0,r10,0" : "=r"(__tp)); 53 return __tp; |
lwp_private.h | 51 void *__tp; local in function:__lwp_getprivate_fast 52 __asm("l.ori %0,r10,0" : "=r"(__tp)); 53 return __tp; |
/src/sys/arch/riscv/include/ | |
lwp_private.h | 53 void *__tp; local in function:__lwp_getprivate_fast 54 __asm("mv %0, tp" : "=r"(__tp)); 55 return __tp; |
lwp_private.h | 53 void *__tp; local in function:__lwp_getprivate_fast 54 __asm("mv %0, tp" : "=r"(__tp)); 55 return __tp; |