Searched defs:rX (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/arch/arm/include/ |
H A D | locore.h | 88 #define GET_CURCPU(rX) mrc p15, 0, rX, c13, c0, 4 argument 89 #define GET_CURLWP(rX) GET_CURCPU(rX); ldr rX, [rX, #CI_CURLWP] argument 92 #define GET_CURLWP(rX) mrc p15, 0, rX, c13, c0, 4 argument 94 #define GET_CURCPU(rX) GET_CURLWP(rX); ldr rX, [rX, #L_CPU] argument 97 #define GET_CURCPU(rX) movw rX, #:lower16:cpu_info_store; movt rX, #:upper16:cpu_info_store argument 100 #define GET_CURCPU(rX) ldr rX, =_C_LABEL(cpu_info_store) argument 104 #define GET_CURCPU(rX) ldr rX, =_C_LABEL(cpu_info_store) argument 105 #define GET_CURLWP(rX) GET_CURCPU(rX); ldr rX, [rX, #CI_CURLWP] argument 108 #define GET_CURPCB(rX) GET_CURLWP(rX); ldr rX, [rX, #L_PCB] argument
|
/netbsd-src/sys/arch/arm/include/arm32/ |
H A D | frame.h | 107 #define B_CF_CONTROL(rX) ;\ argument 111 #define B_CF_CONTROL(rX) ;\ argument 115 #define BL_CF_CONTROL(rX) ;\ argument 119 #define BL_CF_CONTROL(rX) ;\ argument 349 #define PUSHSWITCHFRAME(rX) \ argument 451 #define PUSHTRAPFRAME(rX) \ argument
|
/netbsd-src/sys/arch/powerpc/ibm4xx/ |
H A D | trap_subr.S | 85 #define GET_PCB(rX) \ argument
|