Home
last modified time | relevance | path

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

/arch/x86/mm/
Dphysaddr.h7 return !(addr >> boot_cpu_data.x86_phys_bits); in phys_addr_valid()
/arch/x86/include/asm/
Dkmsan.h55 return !(addr >> boot_cpu_data.x86_phys_bits); in kmsan_phys_addr_valid()
Dmce.h92 #define MCI_ADDR_PHYSADDR GENMASK_ULL(boot_cpu_data.x86_phys_bits - 1, 0)
Dprocessor.h96 __u8 x86_phys_bits; member
/arch/x86/kernel/cpu/mtrr/
Dmtrr.c256 (boot_cpu_data.x86_phys_bits - PAGE_SHIFT)) { in mtrr_add_page()
559 phys_hi_rsvd = GENMASK(31, boot_cpu_data.x86_phys_bits - 32); in mtrr_bp_init()
Dgeneric.c657 high_width = (boot_cpu_data.x86_phys_bits - (32 - PAGE_SHIFT) + 3) / 4; in print_mtrr_state()
Dcleanup.c173 mask = (1ULL << boot_cpu_data.x86_phys_bits) - 1; in set_var_mtrr()
/arch/x86/kernel/cpu/
Dcommon.c1122 c->x86_phys_bits = eax & 0xff; in get_cpu_address_sizes()
1126 c->x86_phys_bits = 36; in get_cpu_address_sizes()
1128 c->x86_cache_bits = c->x86_phys_bits; in get_cpu_address_sizes()
1624 c->x86_phys_bits = 36; in early_identify_cpu()
1628 c->x86_phys_bits = 32; in early_identify_cpu()
1875 c->x86_phys_bits = 36; in identify_cpu()
1880 c->x86_phys_bits = 32; in identify_cpu()
Dproc.c136 c->x86_phys_bits, c->x86_virt_bits); in show_cpuinfo()
Dintel.c268 c->x86_phys_bits -= keyid_bits; in detect_tme_early()
332 c->x86_phys_bits = 36; in early_init_intel()
Damd.c683 c->x86_phys_bits -= (cpuid_ebx(0x8000001f) >> 6) & 0x3f; in early_detect_mem_encrypt()
/arch/x86/kvm/
Dmmu.h100 return boot_cpu_data.x86_phys_bits; in kvm_get_shadow_phys_bits()
Dcpuid.c1228 phys_as = boot_cpu_data.x86_phys_bits; in __do_cpuid_func()
/arch/x86/kernel/
Dsetup.c880 boot_cpu_data.x86_phys_bits = MAX_PHYSMEM_BITS; in setup_arch()
943 iomem_resource.end = (1ULL << boot_cpu_data.x86_phys_bits) - 1; in setup_arch()
/arch/x86/kvm/mmu/
Dspte.c471 low_phys_bits = boot_cpu_data.x86_phys_bits; in kvm_mmu_reset_all_pte_masks()
/arch/x86/kvm/vmx/
Dvmx.h721 return allow_smaller_maxphyaddr && cpuid_maxphyaddr(vcpu) < boot_cpu_data.x86_phys_bits; in vmx_need_pf_intercept()
Dvmx.c8447 if (boot_cpu_data.x86_phys_bits != kvm_get_shadow_phys_bits()) in vmx_setup_me_spte_mask()
8448 me_mask = rsvd_bits(boot_cpu_data.x86_phys_bits, in vmx_setup_me_spte_mask()
/arch/x86/kvm/svm/
Dsvm.c5083 mask_bit = boot_cpu_data.x86_phys_bits; in svm_adjust_mmio_mask()