Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/mm/
H A Dphysaddr.h7 return !(addr >> boot_cpu_data.x86_phys_bits); in phys_addr_valid()
/openbmc/linux/arch/x86/include/asm/
H A Dkmsan.h55 return !(addr >> boot_cpu_data.x86_phys_bits); in kmsan_phys_addr_valid()
H A Dmce.h92 #define MCI_ADDR_PHYSADDR GENMASK_ULL(boot_cpu_data.x86_phys_bits - 1, 0)
H A Dprocessor.h96 __u8 x86_phys_bits; member
/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A 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()
H A Dgeneric.c657 high_width = (boot_cpu_data.x86_phys_bits - (32 - PAGE_SHIFT) + 3) / 4; in print_mtrr_state()
H A Dcleanup.c173 mask = (1ULL << boot_cpu_data.x86_phys_bits) - 1; in set_var_mtrr()
/openbmc/linux/arch/x86/kernel/cpu/
H A 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()
H A Dproc.c136 c->x86_phys_bits, c->x86_virt_bits); in show_cpuinfo()
H A Dintel.c268 c->x86_phys_bits -= keyid_bits; in detect_tme_early()
332 c->x86_phys_bits = 36; in early_init_intel()
H A Damd.c683 c->x86_phys_bits -= (cpuid_ebx(0x8000001f) >> 6) & 0x3f; in early_detect_mem_encrypt()
/openbmc/linux/drivers/acpi/
H A Dacpi_fpdt.c154 return !(address >> boot_cpu_data.x86_phys_bits); in fpdt_address_valid()
/openbmc/linux/arch/x86/kvm/
H A Dmmu.h100 return boot_cpu_data.x86_phys_bits; in kvm_get_shadow_phys_bits()
H A Dcpuid.c1228 phys_as = boot_cpu_data.x86_phys_bits; in __do_cpuid_func()
/openbmc/linux/arch/x86/kernel/
H A 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()
/openbmc/linux/arch/x86/kvm/mmu/
H A Dspte.c471 low_phys_bits = boot_cpu_data.x86_phys_bits; in kvm_mmu_reset_all_pte_masks()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.h720 return allow_smaller_maxphyaddr && cpuid_maxphyaddr(vcpu) < boot_cpu_data.x86_phys_bits; in vmx_need_pf_intercept()
H A Dvmx.c8440 if (boot_cpu_data.x86_phys_bits != kvm_get_shadow_phys_bits()) in vmx_setup_me_spte_mask()
8441 me_mask = rsvd_bits(boot_cpu_data.x86_phys_bits, in vmx_setup_me_spte_mask()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c5083 mask_bit = boot_cpu_data.x86_phys_bits; in svm_adjust_mmio_mask()