Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dcpu_device_id.h109 X86_MATCH_CPU(X86_VENDOR_##vendor, X86_FAMILY_ANY, X86_MODEL_ANY, \
120 X86_MATCH_CPU(X86_VENDOR_ANY, X86_FAMILY_ANY, X86_MODEL_ANY, \
/linux/include/linux/device-id/
H A Dx86_cpu.h12 #define X86_FAMILY_ANY 0 macro
/linux/scripts/mod/
H A Dfile2alias.c1123 ADD(alias, "fam", family != X86_FAMILY_ANY, family); in do_x86cpu_entry()