Searched refs:vendor_ebx (Results 1 – 4 of 4) sorted by relevance
/xen/xen/include/xen/lib/x86/ |
A D | cpuid.h | 115 uint32_t max_leaf, vendor_ebx, vendor_ecx, vendor_edx; member 233 uint32_t max_leaf, vendor_ebx, vendor_ecx, vendor_edx; member
|
/xen/xen/arch/x86/ |
A D | cpuid.c | 258 p->extd.vendor_ebx = 0; in recalculate_misc() 277 p->extd.vendor_ebx = p->basic.vendor_ebx; in recalculate_misc() 571 p->basic.vendor_ebx, p->basic.vendor_ecx, p->basic.vendor_edx); in recalculate_cpuid_policy()
|
/xen/tools/tests/cpu-policy/ |
A D | test-cpu-policy.c | 424 .basic.vendor_ebx = 0xc2, in test_cpuid_out_of_range_clearing() 524 .extd.vendor_ebx = 0xc2, in test_cpuid_out_of_range_clearing()
|
/xen/xen/lib/x86/ |
A D | cpuid.c | 66 p->basic.vendor_ebx, p->basic.vendor_ecx, p->basic.vendor_edx); in x86_cpuid_policy_recalc_synth()
|
Completed in 32 milliseconds