Home
last modified time | relevance | path

Searched refs:CPUID_STDEXT_FSGSBASE (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/amd64/amd64/
H A Dinitcpu.c264 if (cpu_stdext_feature & CPUID_STDEXT_FSGSBASE) in initializecpu()
H A Dexception.S483 testb $CPUID_STDEXT_FSGSBASE,cpu_stdext_feature(%rip)
494 testb $CPUID_STDEXT_FSGSBASE,cpu_stdext_feature(%rip)
741 testb $CPUID_STDEXT_FSGSBASE,cpu_stdext_feature(%rip)
853 testb $CPUID_STDEXT_FSGSBASE,cpu_stdext_feature(%rip)
H A Dcpu_switch.S94 testb $CPUID_STDEXT_FSGSBASE,cpu_stdext_feature(%rip)
H A Dmachdep.c2715 return ((cpu_stdext_feature & CPUID_STDEXT_FSGSBASE) != 0 ?
/f-stack/freebsd/amd64/vmm/
H A Dx86.c442 regs[1] &= (CPUID_STDEXT_FSGSBASE | in x86_emulate_cpuid()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h417 #define CPUID_STDEXT_FSGSBASE 0x00000001 macro