Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/cpu/
Dscattered.c29 { X86_FEATURE_INTEL_PPIN, CPUID_EBX, 0, 0x00000007, 1 },
36 { X86_FEATURE_CAT_L3, CPUID_EBX, 1, 0x00000010, 0 },
37 { X86_FEATURE_CAT_L2, CPUID_EBX, 2, 0x00000010, 0 },
40 { X86_FEATURE_MBA, CPUID_EBX, 3, 0x00000010, 0 },
49 { X86_FEATURE_MBA, CPUID_EBX, 6, 0x80000008, 0 },
50 { X86_FEATURE_SMBA, CPUID_EBX, 2, 0x80000020, 0 },
51 { X86_FEATURE_BMEC, CPUID_EBX, 3, 0x80000020, 0 },
73 &regs[CPUID_EBX], &regs[CPUID_ECX], in init_scattered_cpuid_features()
Dtopology_common.c104 cpuid_leaf_reg(1, CPUID_EBX, &ebx); in parse_topology()
/linux-6.12.1/arch/x86/kvm/
Dreverse_cpuid.h84 [CPUID_7_0_EBX] = { 7, 0, CPUID_EBX},
86 [CPUID_8000_0008_EBX] = {0x80000008, 0, CPUID_EBX},
90 [CPUID_8000_0007_EBX] = {0x80000007, 0, CPUID_EBX},
100 [CPUID_24_0_EBX] = { 0x24, 0, CPUID_EBX},
180 case CPUID_EBX: in __cpuid_entry_get_reg()
/linux-6.12.1/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-6.12.1/arch/x86/include/asm/
Dcpuid.h17 CPUID_EBX, enumerator
134 __cpuid(regs + CPUID_EAX, regs + CPUID_EBX, regs + CPUID_ECX, regs + CPUID_EDX); in __cpuid_read()
/linux-6.12.1/arch/x86/kvm/vmx/
Dvmx.c7757 vmx->pt_desc.caps[CPUID_EBX + i*PT_CPUID_REGS_NUM] = best->ebx; in update_intel_pt_cfg()