Home
last modified time | relevance | path

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

/linux/arch/x86/mm/
A Dphysaddr.h7 return !(addr >> boot_cpu_data.x86_phys_bits); in phys_addr_valid()
/linux/arch/x86/kernel/cpu/
A Dcommon.c989 c->x86_phys_bits = eax & 0xff; in get_cpu_address_sizes()
993 c->x86_phys_bits = 36; in get_cpu_address_sizes()
995 c->x86_cache_bits = c->x86_phys_bits; in get_cpu_address_sizes()
1299 c->x86_phys_bits = 36; in early_identify_cpu()
1303 c->x86_phys_bits = 32; in early_identify_cpu()
1556 c->x86_phys_bits = 36; in identify_cpu()
1561 c->x86_phys_bits = 32; in identify_cpu()
A Dproc.c139 c->x86_phys_bits, c->x86_virt_bits); in show_cpuinfo()
A Dintel.c245 c->x86_phys_bits = 36; in early_init_intel()
576 c->x86_phys_bits -= keyid_bits; in detect_tme()
A Damd.c605 c->x86_phys_bits -= (cpuid_ebx(0x8000001f) >> 6) & 0x3f; in early_detect_mem_encrypt()
/linux/arch/x86/kvm/mmu/
A Dspte.c240 return boot_cpu_data.x86_phys_bits; in kvm_get_shadow_phys_bits()
347 low_phys_bits = boot_cpu_data.x86_phys_bits; in kvm_mmu_reset_all_pte_masks()
/linux/arch/x86/kernel/
A Dsetup.c781 boot_cpu_data.x86_phys_bits = MAX_PHYSMEM_BITS; in setup_arch()
844 iomem_resource.end = (1ULL << boot_cpu_data.x86_phys_bits) - 1; in setup_arch()
/linux/arch/x86/kernel/cpu/mtrr/
A Dmtrr.c330 (boot_cpu_data.x86_phys_bits - PAGE_SHIFT)) { in mtrr_add_page()
/linux/arch/x86/include/asm/
A Dprocessor.h94 __u8 x86_phys_bits; member
/linux/arch/x86/kvm/vmx/
A Dvmx.h545 return allow_smaller_maxphyaddr && cpuid_maxphyaddr(vcpu) < boot_cpu_data.x86_phys_bits; in vmx_need_pf_intercept()
/linux/arch/x86/kvm/
A Dcpuid.c972 g_phys_as = boot_cpu_data.x86_phys_bits; in __do_cpuid_func()
/linux/arch/x86/kvm/svm/
A Dsvm.c895 mask_bit = boot_cpu_data.x86_phys_bits; in svm_adjust_mmio_mask()

Completed in 52 milliseconds