Searched refs:x86_capability (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/um/include/asm/ |
| H A D | cpufeature.h | 24 test_bit(bit, (unsigned long *)((c)->x86_capability)) 41 x86_this_cpu_test_bit(bit, cpu_info.x86_capability)) 56 #define set_cpu_cap(c, bit) set_bit(bit, (unsigned long *)((c)->x86_capability)) 111 [cap_byte] "m" (((const char *)boot_cpu_data.x86_capability)[bit >> 3]) in _static_cpu_has()
|
| H A D | processor-generic.h | 76 __u32 x86_capability[NCAPINTS + NBUGINTS]; member
|
| /linux/arch/x86/include/asm/ |
| H A D | cpufeature.h | 52 arch_test_bit(bit, (unsigned long *)((c)->x86_capability)) 60 x86_this_cpu_test_bit(bit, cpu_info.x86_capability)) 76 #define set_cpu_cap(c, bit) set_bit(bit, (unsigned long *)((c)->x86_capability)) 111 [cap_byte] "i" (&((const char *)boot_cpu_data.x86_capability)[bit >> 3]) in _static_cpu_has()
|
| H A D | processor.h | 162 * Align to size of unsigned long because the x86_capability array 167 __u32 x86_capability[NCAPINTS + NBUGINTS]; member
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | common.c | 973 c->x86_capability[i] &= ~cpu_caps_cleared[i]; in apply_forced_caps() 974 c->x86_capability[i] |= cpu_caps_set[i]; in apply_forced_caps() 1027 c->x86_capability[CPUID_1_ECX] = ecx; in get_cpu_cap() 1028 c->x86_capability[CPUID_1_EDX] = edx; in get_cpu_cap() 1033 c->x86_capability[CPUID_6_EAX] = cpuid_eax(0x00000006); in get_cpu_cap() 1038 c->x86_capability[CPUID_7_0_EBX] = ebx; in get_cpu_cap() 1039 c->x86_capability[CPUID_7_ECX] = ecx; in get_cpu_cap() 1040 c->x86_capability[CPUID_7_EDX] = edx; in get_cpu_cap() 1045 c->x86_capability[CPUID_7_1_EAX] = eax; in get_cpu_cap() 1053 c->x86_capability[CPUID_D_1_EA in get_cpu_cap() [all...] |
| H A D | transmeta.c | 21 c->x86_capability[CPUID_8086_0001_EDX] = cpuid_edx(0x80860001); 91 c->x86_capability[CPUID_1_EDX] = cpuid_edx(0x00000001); in init_transmeta()
|
| H A D | cpuid-deps.c | 110 clear_bit(feature, (unsigned long *)c->x86_capability); in clear_feature()
|
| /linux/Documentation/arch/x86/ |
| H A D | cpuinfo.rst | 103 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 D | mpparse.c | 387 processor.featureflag = boot_cpu_data.x86_capability[CPUID_1_EDX]; in construct_default_ISA_mptable()
|
| /linux/arch/x86/kvm/ |
| H A D | cpuid.c | 33 * Unlike "struct cpuinfo_x86.x86_capability", kvm_cpu_caps doesn't need to be 707 const u32 *kernel_cpu_caps = boot_cpu_data.x86_capability; \ 843 sizeof(boot_cpu_data.x86_capability)); in kvm_initialize_cpu_caps()
|