Home | History | Annotate | Download | only in include

Lines Matching refs:rX

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]
101 #define GET_CURLWP(rX) mrc p15, 0, rX, c13, c0, 4
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
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]
117 #define GET_CURPCB(rX) GET_CURLWP(rX); ldr rX, [rX, #L_PCB]