Searched refs:HWCAP2_FSGSBASE (Results 1 – 4 of 4) sorted by relevance
22 #define HWCAP2_FSGSBASE BIT(1) macro
11 #define HWCAP2_FSGSBASE _BITUL(1) macro
106 ELF AUX vector. If the HWCAP2_FSGSBASE bit is set in the AUX vector, the114 #ifndef HWCAP2_FSGSBASE115 #define HWCAP2_FSGSBASE (1 << 1)122 if (val & HWCAP2_FSGSBASE)164 /* Check whether FSGSBASE is enabled by the kernel (HWCAP2_FSGSBASE) */
1667 elf_hwcap2 |= HWCAP2_FSGSBASE; in identify_cpu()