HomeSort by: relevance | last modified time | path
    Searched defs:CPUVAR (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/amd64/include/
asm.h 93 #define CPUVAR(off) %gs:CPU_INFO_ ## off
95 #define CPUVAR(off) %gs:CPU_INFO_/**/off
  /src/sys/arch/i386/include/
asm.h 103 #define CPUVAR(off) %fs:__CONCAT(CPU_INFO_,off)
  /src/sys/arch/riscv/include/
asm.h 274 #define CPUVAR(off) _C_LABEL(cpu_info_store)+__CONCAT(CPU_INFO_,off)
  /src/sys/arch/mips/include/
asm.h 811 #define CPUVAR(off) _C_LABEL(cpu_info_store)+__CONCAT(CPU_INFO_,off)

Completed in 12 milliseconds