Home
last modified time | relevance | path

Searched defs:vfm (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dpeci-cpu.h22 #define VFM_MODEL(vfm) (((vfm) & VFM_MODEL_MASK) >> VFM_MODEL_BIT) argument
23 #define VFM_FAMILY(vfm) (((vfm) & VFM_FAMILY_MASK) >> VFM_FAMILY_BIT) argument
24 #define VFM_VENDOR(vfm) (((vfm) & VFM_VENDOR_MASK) >> VFM_VENDOR_BIT) argument
/linux/drivers/platform/x86/intel/ifs/
H A Dcore.c14 #define X86_MATCH(vfm, array_gen) \ argument
/linux/arch/x86/platform/atom/
H A Dpunit_atom_debug.c168 #define X86_MATCH(vfm, data) \ argument
/linux/arch/x86/kernel/cpu/
H A Dintel.c109 u32 vfm; member
H A Daperfmperf.c127 #define X86_MATCH(vfm) \ argument
H A Dcommon.c1129 #define VULNWL_INTEL(vfm, whitelist) \ argument
1205 #define VULNBL_INTEL_STEPS(vfm, max_stepping, issues) \ argument