Searched refs:phys_as (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/x86/kvm/
H A Dcpuid.c1240 * guest in PhysAddrSize (phys_as), and the maximum
1250 unsigned int phys_as, g_phys_as; local
1266 phys_as = boot_cpu_data.x86_phys_bits;
1269 phys_as = entry->eax & 0xff;
1270 g_phys_as = phys_as;
1275 entry->eax = phys_as | (virt_as << 8) | (g_phys_as << 16);

Completed in 144 milliseconds