Home
last modified time | relevance | path

Searched refs:GET_CURLWP (Results 1 – 1 of 1) sorted by relevance

/minix/sys/arch/arm/include/
H A Dlocore.h89 #define GET_CURLWP(rX) GET_CURCPU(rX); ldr rX, [rX, #CI_CURLWP] macro
91 #define GET_CURLWP(rX) mrc p15, 0, rX, c13, c0, 4 macro
93 #define GET_CURCPU(rX) GET_CURLWP(rX); ldr rX, [rX, #L_CPU]
101 #define GET_CURLWP(rX) GET_CURCPU(rX); ldr rX, [rX, #CI_CURLWP] macro
103 #define GET_CURPCB(rX) GET_CURLWP(rX); ldr rX, [rX, #L_PCB]