Home
last modified time | relevance | path

Searched refs:HWCAP2_FSGSBASE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/Documentation/arch/x86/x86_64/
H A Dfsgs.rst106 ELF AUX vector. If the HWCAP2_FSGSBASE bit is set in the AUX vector, the
114 #ifndef HWCAP2_FSGSBASE
115 #define HWCAP2_FSGSBASE (1 << 1)
122 if (val & HWCAP2_FSGSBASE)
164 /* Check whether FSGSBASE is enabled by the kernel (HWCAP2_FSGSBASE) */
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dhwcap2.h11 #define HWCAP2_FSGSBASE _BITUL(1) macro
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcommon.c1941 elf_hwcap2 |= HWCAP2_FSGSBASE; in identify_cpu()