Home
last modified time | relevance | path

Searched refs:x86_capability (Results 1 – 5 of 5) sorted by relevance

/linux/arch/um/include/asm/
H A Dprocessor-generic.h76 __u32 x86_capability[NCAPINTS + NBUGINTS]; member
/linux/arch/x86/kernel/cpu/
H A Dcpuid-deps.c110 clear_bit(feature, (unsigned long *)c->x86_capability); in clear_feature()
/linux/arch/x86/include/asm/
H A Delf.h240 #define ELF_HWCAP (boot_cpu_data.x86_capability[CPUID_1_EDX])
/linux/Documentation/arch/x86/
H A Dcpuinfo.rst103 cpuinfo_x86.x86_capability[] unnecessarily. For instance, the CPUID leaf
105 has only one feature and would waste 31 bits of space in the x86_capability[]
/linux/arch/x86/kernel/
H A Dmpparse.c387 processor.featureflag = boot_cpu_data.x86_capability[CPUID_1_EDX]; in construct_default_ISA_mptable()