Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
A Dscattered.c29 { X86_FEATURE_INTEL_PPIN, CPUID_EBX, 0, 0x00000007, 1 },
37 { X86_FEATURE_CAT_L3, CPUID_EBX, 1, 0x00000010, 0 },
38 { X86_FEATURE_CAT_L2, CPUID_EBX, 2, 0x00000010, 0 },
41 { X86_FEATURE_MBA, CPUID_EBX, 3, 0x00000010, 0 },
50 { X86_FEATURE_MBA, CPUID_EBX, 6, 0x80000008, 0 },
51 { X86_FEATURE_COHERENCY_SFW_NO, CPUID_EBX, 31, 0x8000001f, 0 },
52 { X86_FEATURE_SMBA, CPUID_EBX, 2, 0x80000020, 0 },
53 { X86_FEATURE_BMEC, CPUID_EBX, 3, 0x80000020, 0 },
79 &regs[CPUID_EBX], &regs[CPUID_ECX], in init_scattered_cpuid_features()
A Dtopology_common.c136 cpuid_leaf_reg(1, CPUID_EBX, &ebx); in parse_topology()
/arch/x86/kvm/
A Dreverse_cpuid.h72 [CPUID_7_0_EBX] = { 7, 0, CPUID_EBX},
74 [CPUID_8000_0008_EBX] = {0x80000008, 0, CPUID_EBX},
78 [CPUID_8000_0007_EBX] = {0x80000007, 0, CPUID_EBX},
88 [CPUID_24_0_EBX] = { 0x24, 0, CPUID_EBX},
173 case CPUID_EBX: in __cpuid_entry_get_reg()
A Dcpuid.c345 case CPUID_EBX: in cpuid_get_reg_unsafe()
/arch/x86/include/asm/cpuid/
A Dtypes.h21 CPUID_EBX, enumerator
A Dapi.h131 __cpuid(regs + CPUID_EAX, regs + CPUID_EBX, regs + CPUID_ECX, regs + CPUID_EDX); in __cpuid_read()
/arch/x86/events/intel/
A Dpt.c58 PT_CAP(cr3_filtering, 0, CPUID_EBX, BIT(0)),
59 PT_CAP(psb_cyc, 0, CPUID_EBX, BIT(1)),
60 PT_CAP(ip_filtering, 0, CPUID_EBX, BIT(2)),
61 PT_CAP(mtc, 0, CPUID_EBX, BIT(3)),
62 PT_CAP(ptwrite, 0, CPUID_EBX, BIT(4)),
63 PT_CAP(power_event_trace, 0, CPUID_EBX, BIT(5)),
64 PT_CAP(event_trace, 0, CPUID_EBX, BIT(7)),
65 PT_CAP(tnt_disable, 0, CPUID_EBX, BIT(8)),
73 PT_CAP(cycle_thresholds, 1, CPUID_EBX, 0xffff),
74 PT_CAP(psb_periods, 1, CPUID_EBX, 0xffff0000),
[all …]
/arch/x86/kvm/vmx/
A Dvmx.c7662 vmx->pt_desc.caps[CPUID_EBX + i*PT_CPUID_REGS_NUM] = best->ebx; in update_intel_pt_cfg()

Completed in 33 milliseconds