HomeSort by: relevance | last modified time | path
    Searched refs:GET_CURCPU (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/arm/include/
locore.h 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
    [all...]
  /src/sys/arch/arm/arm32/
irq_dispatch.S 157 GET_CURCPU(r4)
exception.S 248 GET_CURCPU(r0)
cpuswitch.S 120 GET_CURCPU(r5)
  /src/sys/arch/hppa/include/
cpu.h 198 #define GET_CURCPU(r) mfctl CR_CURCPU, r
199 #define GET_CURCPU_SPACE(s, r) GET_CURCPU(r)
226 #define GET_CURCPU(r) mfctl CR_CURLWP, r ! ldw L_CPU(r), r
  /src/sys/arch/hppa/hppa/
locore.S 309 GET_CURCPU(%t1)
674 GET_CURCPU(%t1)
687 GET_CURCPU(%t1)
752 GET_CURCPU(%t2)
955 GET_CURCPU(%t1)
trap.S 407 GET_CURCPU(%t2)
776 GET_CURCPU(%t1)
825 GET_CURCPU(%r1)
933 GET_CURCPU(%arg0)
1081 GET_CURCPU(%r1)
1872 GET_CURCPU(%t3)
1903 GET_CURCPU(%t1)
2080 GET_CURCPU(%t2)

Completed in 2046 milliseconds