Home
last modified time | relevance | path

Searched refs:__static_cpu_has_safe (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dcpufeature.h389 extern bool __static_cpu_has_safe(u16 bit);
511 return __static_cpu_has_safe(bit); in _static_cpu_has_safe()
547 return (flag == 2 ? __static_cpu_has_safe(bit) : flag); in _static_cpu_has_safe()
/arch/x86/kernel/cpu/
Dcommon.c1458 inline bool __static_cpu_has_safe(u16 bit) in __static_cpu_has_safe() function
1462 EXPORT_SYMBOL_GPL(__static_cpu_has_safe);