Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
A Dscattered.c33 { X86_FEATURE_CAT_L3, CPUID_EBX, 1, 0x00000010, 0 },
34 { X86_FEATURE_CAT_L2, CPUID_EBX, 2, 0x00000010, 0 },
37 { X86_FEATURE_MBA, CPUID_EBX, 3, 0x00000010, 0 },
44 { X86_FEATURE_MBA, CPUID_EBX, 6, 0x80000008, 0 },
63 &regs[CPUID_EBX], &regs[CPUID_ECX], in init_scattered_cpuid_features()
/linux/arch/x86/kvm/
A 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/arch/x86/events/intel/
A Dpt.c54 PT_CAP(cr3_filtering, 0, CPUID_EBX, BIT(0)),
55 PT_CAP(psb_cyc, 0, CPUID_EBX, BIT(1)),
56 PT_CAP(ip_filtering, 0, CPUID_EBX, BIT(2)),
57 PT_CAP(mtc, 0, CPUID_EBX, BIT(3)),
58 PT_CAP(ptwrite, 0, CPUID_EBX, BIT(4)),
59 PT_CAP(power_event_trace, 0, CPUID_EBX, BIT(5)),
67 PT_CAP(cycle_thresholds, 1, CPUID_EBX, 0xffff),
68 PT_CAP(psb_periods, 1, CPUID_EBX, 0xffff0000),
232 &pt_pmu.caps[CPUID_EBX + i*PT_CPUID_REGS_NUM], in pt_pmu_hw_init()
/linux/arch/x86/include/asm/
A Dprocessor.h153 CPUID_EBX, enumerator
/linux/arch/x86/kvm/vmx/
A Dvmx.c7109 vmx->pt_desc.caps[CPUID_EBX + i*PT_CPUID_REGS_NUM] = best->ebx; in update_intel_pt_cfg()

Completed in 28 milliseconds