Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/
Dcpuid.c1288 unsigned int phys_as, g_phys_as; in __do_cpuid_func() local
1304 phys_as = boot_cpu_data.x86_phys_bits; in __do_cpuid_func()
1307 phys_as = entry->eax & 0xff; in __do_cpuid_func()
1308 g_phys_as = phys_as; in __do_cpuid_func()
1313 entry->eax = phys_as | (virt_as << 8) | (g_phys_as << 16); in __do_cpuid_func()