Searched refs:x86_phys_bits (Results 1 – 18 of 18) sorted by relevance
7 return !(addr >> boot_cpu_data.x86_phys_bits); in phys_addr_valid()
55 return !(addr >> boot_cpu_data.x86_phys_bits); in kmsan_phys_addr_valid()
92 #define MCI_ADDR_PHYSADDR GENMASK_ULL(boot_cpu_data.x86_phys_bits - 1, 0)
96 __u8 x86_phys_bits; member
256 (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()
657 high_width = (boot_cpu_data.x86_phys_bits - (32 - PAGE_SHIFT) + 3) / 4; in print_mtrr_state()
173 mask = (1ULL << boot_cpu_data.x86_phys_bits) - 1; in set_var_mtrr()
1122 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()
136 c->x86_phys_bits, c->x86_virt_bits); in show_cpuinfo()
268 c->x86_phys_bits -= keyid_bits; in detect_tme_early()332 c->x86_phys_bits = 36; in early_init_intel()
683 c->x86_phys_bits -= (cpuid_ebx(0x8000001f) >> 6) & 0x3f; in early_detect_mem_encrypt()
100 return boot_cpu_data.x86_phys_bits; in kvm_get_shadow_phys_bits()
1228 phys_as = boot_cpu_data.x86_phys_bits; in __do_cpuid_func()
880 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()
471 low_phys_bits = boot_cpu_data.x86_phys_bits; in kvm_mmu_reset_all_pte_masks()
721 return allow_smaller_maxphyaddr && cpuid_maxphyaddr(vcpu) < boot_cpu_data.x86_phys_bits; in vmx_need_pf_intercept()
8447 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()
5083 mask_bit = boot_cpu_data.x86_phys_bits; in svm_adjust_mmio_mask()