Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dasid.c31 nasids = cpuid_ebx(0x8000000A); in svm_asid_init()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/x86/
A Dvtd.c53 return ((cpuid_ebx(1) >> 8) & 0xff) * 8; in get_cache_line_size()
/xen-4.10.0-shim-comet/xen/arch/x86/guest/
A Dxen.c86 wrmsrl(cpuid_ebx(xen_cpuid_base + 2), __pa(hypercall_page)); in probe_hypervisor()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dcommon.c406 = cpuid_ebx(0x80000008); in generic_identify()
651 unsigned int num_siblings = (cpuid_ebx(1) & 0xff0000) >> 16; in apicid_to_socket()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dprocessor.h228 static always_inline unsigned int cpuid_ebx(unsigned int op) in cpuid_ebx() function

Completed in 7 milliseconds