Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/mm/
Dphysaddr.h6 return !(addr >> boot_cpu_data.x86_phys_bits); in phys_addr_valid()
/linux-4.1.27/arch/x86/kernel/cpu/
Dcommon.c687 c->x86_phys_bits = eax & 0xff; in get_cpu_cap()
691 c->x86_phys_bits = 36; in get_cpu_cap()
739 c->x86_phys_bits = 36; in early_identify_cpu()
743 c->x86_phys_bits = 32; in early_identify_cpu()
891 c->x86_phys_bits = 36; in identify_cpu()
896 c->x86_phys_bits = 32; in identify_cpu()
Dproc.c119 c->x86_phys_bits, c->x86_virt_bits); in show_cpuinfo()
Dintel.c79 c->x86_phys_bits = 36; in early_init_intel()
/linux-4.1.27/arch/x86/kernel/
Dsetup.c203 .x86_phys_bits = MAX_PHYSMEM_BITS,
954 iomem_resource.end = (1ULL << boot_cpu_data.x86_phys_bits) - 1; in setup_arch()
/linux-4.1.27/arch/x86/kernel/cpu/mtrr/
Dmain.c313 (boot_cpu_data.x86_phys_bits - PAGE_SHIFT)) { in mtrr_add_page()
/linux-4.1.27/arch/x86/include/asm/
Dprocessor.h99 __u8 x86_phys_bits; member
/linux-4.1.27/arch/x86/kvm/
Dx86.c5718 int maxphyaddr = boot_cpu_data.x86_phys_bits; in kvm_set_mmio_spte_mask()
Dvmx.c5798 for (i = 51; i > boot_cpu_data.x86_phys_bits; i--) in ept_rsvd_mask()