Searched refs:g_phys_as (Results 1 – 1 of 1) sorted by relevance
1152 unsigned g_phys_as = (entry->eax >> 16) & 0xff; in __do_cpuid_func() local1167 g_phys_as = boot_cpu_data.x86_phys_bits; in __do_cpuid_func()1168 else if (!g_phys_as) in __do_cpuid_func()1169 g_phys_as = phys_as; in __do_cpuid_func()1171 entry->eax = g_phys_as | (virt_as << 8); in __do_cpuid_func()