Searched refs:CPUID_EBX (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/x86/kernel/cpu/ |
| H A D | scattered.c | 29 { X86_FEATURE_INTEL_PPIN, CPUID_EBX, 0, 0x00000007, 1 }, 38 { X86_FEATURE_CAT_L3, CPUID_EBX, 1, 0x00000010, 0 }, 39 { X86_FEATURE_CAT_L2, CPUID_EBX, 2, 0x00000010, 0 }, 42 { X86_FEATURE_MBA, CPUID_EBX, 3, 0x00000010, 0 }, 48 { X86_FEATURE_OVERFLOW_RECOV, CPUID_EBX, 0, 0x80000007, 0 }, 49 { X86_FEATURE_SUCCOR, CPUID_EBX, 1, 0x80000007, 0 }, 50 { X86_FEATURE_SMCA, CPUID_EBX, 3, 0x80000007, 0 }, 55 { X86_FEATURE_MBA, CPUID_EBX, 6, 0x80000008, 0 }, 57 { X86_FEATURE_COHERENCY_SFW_NO, CPUID_EBX, 31, 0x8000001f, 0 }, 58 { X86_FEATURE_SMBA, CPUID_EBX, 2, 0x80000020, 0 }, [all …]
|
| H A D | topology_common.c | 139 cpuid_leaf_reg(1, CPUID_EBX, &ebx); in parse_topology()
|
| /linux/arch/x86/kvm/ |
| H A D | reverse_cpuid.h | 92 [CPUID_7_0_EBX] = { 7, 0, CPUID_EBX}, 94 [CPUID_8000_0008_EBX] = {0x80000008, 0, CPUID_EBX}, 107 [CPUID_24_0_EBX] = { 0x24, 0, CPUID_EBX}, 196 case CPUID_EBX: in __cpuid_entry_get_reg()
|
| H A D | cpuid.c | 360 case CPUID_EBX: in cpuid_get_reg_unsafe()
|
| /linux/arch/x86/events/intel/ |
| H A D | pt.c | 59 PT_CAP(cr3_filtering, 0, CPUID_EBX, BIT(0)), 60 PT_CAP(psb_cyc, 0, CPUID_EBX, BIT(1)), 61 PT_CAP(ip_filtering, 0, CPUID_EBX, BIT(2)), 62 PT_CAP(mtc, 0, CPUID_EBX, BIT(3)), 63 PT_CAP(ptwrite, 0, CPUID_EBX, BIT(4)), 64 PT_CAP(power_event_trace, 0, CPUID_EBX, BIT(5)), 65 PT_CAP(event_trace, 0, CPUID_EBX, BIT(7)), 66 PT_CAP(tnt_disable, 0, CPUID_EBX, BIT(8)), 74 PT_CAP(cycle_thresholds, 1, CPUID_EBX, 0xffff), 75 PT_CAP(psb_periods, 1, CPUID_EBX, 0xffff0000), [all …]
|
| /linux/arch/x86/include/asm/cpuid/ |
| H A D | types.h | 21 CPUID_EBX, enumerator
|
| H A D | api.h | 131 __cpuid(regs + CPUID_EAX, regs + CPUID_EBX, regs + CPUID_ECX, regs + CPUID_EDX); in __cpuid_read()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 8014 vmx->pt_desc.caps[CPUID_EBX + i*PT_CPUID_REGS_NUM] = best->ebx; in update_intel_pt_cfg()
|