Searched refs:cpuid_ebx (Results 1 – 5 of 5) sorted by relevance
31 nasids = cpuid_ebx(0x8000000A); in svm_asid_init()
53 return ((cpuid_ebx(1) >> 8) & 0xff) * 8; in get_cache_line_size()
86 wrmsrl(cpuid_ebx(xen_cpuid_base + 2), __pa(hypercall_page)); in probe_hypervisor()
406 = cpuid_ebx(0x80000008); in generic_identify()651 unsigned int num_siblings = (cpuid_ebx(1) & 0xff0000) >> 16; in apicid_to_socket()
228 static always_inline unsigned int cpuid_ebx(unsigned int op) in cpuid_ebx() function
Completed in 7 milliseconds