Home
last modified time | relevance | path

Searched defs:CPUVAR (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/amd64/include/
Dasm.h93 #define CPUVAR(off) %gs:CPU_INFO_ ## off macro
95 #define CPUVAR(off) %gs:CPU_INFO_/**/off macro
/netbsd/src/sys/arch/i386/include/
Dasm.h103 #define CPUVAR(off) %fs:__CONCAT(CPU_INFO_,off) macro
/netbsd/src/sys/arch/mips/include/
Dasm.h811 #define CPUVAR(off) _C_LABEL(cpu_info_store)+__CONCAT(CPU_INFO_,off) macro