Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kernel/cpu/
Dscattered.c29 { X86_FEATURE_INTEL_PPIN, CPUID_EBX, 0, 0x00000007, 1 },
35 { X86_FEATURE_CAT_L3, CPUID_EBX, 1, 0x00000010, 0 },
36 { X86_FEATURE_CAT_L2, CPUID_EBX, 2, 0x00000010, 0 },
39 { X86_FEATURE_MBA, CPUID_EBX, 3, 0x00000010, 0 },
46 { X86_FEATURE_MBA, CPUID_EBX, 6, 0x80000008, 0 },
66 &regs[CPUID_EBX], &regs[CPUID_ECX], in init_scattered_cpuid_features()
/linux-5.19.10/arch/x86/kvm/
Dreverse_cpuid.h40 [CPUID_7_0_EBX] = { 7, 0, CPUID_EBX},
42 [CPUID_8000_0008_EBX] = {0x80000008, 0, CPUID_EBX},
46 [CPUID_8000_0007_EBX] = {0x80000007, 0, CPUID_EBX},
120 case CPUID_EBX: in __cpuid_entry_get_reg()
/linux-5.19.10/arch/x86/events/intel/
Dpt.c56 PT_CAP(cr3_filtering, 0, CPUID_EBX, BIT(0)),
57 PT_CAP(psb_cyc, 0, CPUID_EBX, BIT(1)),
58 PT_CAP(ip_filtering, 0, CPUID_EBX, BIT(2)),
59 PT_CAP(mtc, 0, CPUID_EBX, BIT(3)),
60 PT_CAP(ptwrite, 0, CPUID_EBX, BIT(4)),
61 PT_CAP(power_event_trace, 0, CPUID_EBX, BIT(5)),
62 PT_CAP(event_trace, 0, CPUID_EBX, BIT(7)),
63 PT_CAP(tnt_disable, 0, CPUID_EBX, BIT(8)),
71 PT_CAP(cycle_thresholds, 1, CPUID_EBX, 0xffff),
72 PT_CAP(psb_periods, 1, CPUID_EBX, 0xffff0000),
[all …]
/linux-5.19.10/arch/x86/include/asm/
Dprocessor.h155 CPUID_EBX, enumerator
/linux-5.19.10/arch/x86/kvm/vmx/
Dvmx.c7367 vmx->pt_desc.caps[CPUID_EBX + i*PT_CPUID_REGS_NUM] = best->ebx; in update_intel_pt_cfg()