Home | History | Annotate | Download | only in include

Lines Matching defs:GET_CURCPU

97 #define	GET_CURCPU(rX)		mrc	p15, 0, rX, c13, c0, 4
98 #define GET_CURLWP(rX) GET_CURCPU(rX); ldr rX, [rX, #CI_CURLWP]
99 #define GET_CURX(rCPU, rLWP) GET_CURCPU(rCPU); ldr rLWP, [rCPU, #CI_CURLWP]
103 #define GET_CURCPU(rX) GET_CURLWP(rX); ldr rX, [rX, #L_CPU]
106 #define GET_CURCPU(rX) movw rX, #:lower16:cpu_info_store; movt rX, #:upper16:cpu_info_store
107 #define GET_CURX(rCPU, rLWP) GET_CURLWP(rLWP); GET_CURCPU(rCPU)
109 #define GET_CURCPU(rX) ldr rX, =_C_LABEL(cpu_info_store)
113 #define GET_CURCPU(rX) ldr rX, =_C_LABEL(cpu_info_store)
114 #define GET_CURLWP(rX) GET_CURCPU(rX); ldr rX, [rX, #CI_CURLWP]
115 #define GET_CURX(rCPU, rLWP) GET_CURCPU(rCPU); ldr rLWP, [rCPU, #CI_CURLWP]