Searched defs:has_cpuflag (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/boot/compressed/ | ||
H A D | cpuflags.c | 4 bool has_cpuflag(int flag) in has_cpuflag() function |
/linux/arch/x86/lib/ | ||
H A D | kaslr.c | 25 #define has_cpuflag(f) boot_cpu_has(f) macro |