Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/mm/
Dphysaddr.h6 return !(addr >> boot_cpu_data.x86_phys_bits); in phys_addr_valid()
/linux-4.4.14/arch/x86/kernel/cpu/
Dcommon.c671 c->x86_phys_bits = eax & 0xff; in get_cpu_cap()
676 c->x86_phys_bits = 36; in get_cpu_cap()
724 c->x86_phys_bits = 36; in early_identify_cpu()
728 c->x86_phys_bits = 32; in early_identify_cpu()
876 c->x86_phys_bits = 36; in identify_cpu()
881 c->x86_phys_bits = 32; in identify_cpu()
Dproc.c120 c->x86_phys_bits, c->x86_virt_bits); in show_cpuinfo()
Dintel.c79 c->x86_phys_bits = 36; in early_init_intel()
/linux-4.4.14/arch/x86/kernel/
Dsetup.c204 .x86_phys_bits = MAX_PHYSMEM_BITS,
936 iomem_resource.end = (1ULL << boot_cpu_data.x86_phys_bits) - 1; in setup_arch()
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
Dmain.c319 (boot_cpu_data.x86_phys_bits - PAGE_SHIFT)) { in mtrr_add_page()
/linux-4.4.14/arch/x86/include/asm/
Dprocessor.h105 __u8 x86_phys_bits; member
/linux-4.4.14/arch/x86/kvm/
Dmmu.c3764 boot_cpu_data.x86_phys_bits, in reset_shadow_zero_bits_mask()
3787 boot_cpu_data.x86_phys_bits, in reset_tdp_shadow_zero_bits_mask()
3792 boot_cpu_data.x86_phys_bits, in reset_tdp_shadow_zero_bits_mask()
3806 boot_cpu_data.x86_phys_bits, execonly); in reset_ept_shadow_zero_bits_mask()
Dx86.c5696 int maxphyaddr = boot_cpu_data.x86_phys_bits; in kvm_set_mmio_spte_mask()