Searched defs:GET_CURCPU (Results 1 – 1 of 1) sorted by relevance
/minix3/sys/arch/arm/include/ |
H A D | locore.h | 88 #define GET_CURCPU(rX) mrc p15, 0, rX, c13, c0, 4 macro 93 #define GET_CURCPU(rX) GET_CURLWP(rX); ldr rX, [rX, #L_CPU] macro 95 #define GET_CURCPU(rX) movw rX, #:lower16:cpu_info_store; movt rX, #:upper16:cpu_info_store macro 97 #define GET_CURCPU(rX) ldr rX, =_C_LABEL(cpu_info_store) macro 100 #define GET_CURCPU(rX) ldr rX, =_C_LABEL(cpu_info_store) macro
|