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

/linux-master/arch/x86/mm/
H A Dphysaddr.h7 return !(addr >> boot_cpu_data.x86_phys_bits);
/linux-master/arch/x86/include/asm/
H A Dkmsan.h55 return !(addr >> boot_cpu_data.x86_phys_bits);
H A Dmce.h92 #define MCI_ADDR_PHYSADDR GENMASK_ULL(boot_cpu_data.x86_phys_bits - 1, 0)
H A Dprocessor.h123 __u8 x86_phys_bits; member in struct:cpuinfo_x86
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.c256 (boot_cpu_data.x86_phys_bits - PAGE_SHIFT)) {
559 phys_hi_rsvd = GENMASK(31, boot_cpu_data.x86_phys_bits - 32);
H A Dcleanup.c173 mask = (1ULL << boot_cpu_data.x86_phys_bits) - 1;
H A Dgeneric.c666 high_width = (boot_cpu_data.x86_phys_bits - (32 - PAGE_SHIFT) + 3) / 4;
/linux-master/drivers/acpi/
H A Dacpi_fpdt.c154 return !(address >> boot_cpu_data.x86_phys_bits);
/linux-master/arch/x86/kernel/cpu/
H A Dproc.c136 c->x86_phys_bits, c->x86_virt_bits);
H A Dcommon.c1066 c->x86_phys_bits = eax & 0xff;
1070 c->x86_phys_bits = 36;
1075 c->x86_phys_bits = 32;
1079 c->x86_phys_bits = 36;
1082 c->x86_cache_bits = c->x86_phys_bits;
1791 c->x86_phys_bits = 36;
1796 c->x86_phys_bits = 32;
H A Dintel.c222 /* Proceed. We may need to exclude bits from x86_phys_bits. */
266 * bits. Update cpuinfo_x86::x86_phys_bits accordingly.
268 c->x86_phys_bits -= keyid_bits;
332 c->x86_phys_bits = 36;
H A Damd.c489 * For SME: If BIOS has enabled SME then adjust x86_phys_bits by
512 c->x86_phys_bits -= (cpuid_ebx(0x8000001f) >> 6) & 0x3f;
/linux-master/arch/x86/kvm/
H A Dmmu.h87 * boot_cpu_data.x86_phys_bits is reduced when MKTME or SME are detected
100 return boot_cpu_data.x86_phys_bits;
H A Dcpuid.c1250 g_phys_as = boot_cpu_data.x86_phys_bits;
/linux-master/arch/x86/kernel/
H A Dsetup.c753 boot_cpu_data.x86_phys_bits = MAX_PHYSMEM_BITS;
816 iomem_resource.end = (1ULL << boot_cpu_data.x86_phys_bits) - 1;
/linux-master/arch/x86/kvm/mmu/
H A Dspte.c471 low_phys_bits = boot_cpu_data.x86_phys_bits;
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c8506 * On pre-MKTME system, boot_cpu_data.x86_phys_bits equals to
8508 * boot_cpu_data.x86_phys_bits holds the actual physical address
8512 if (boot_cpu_data.x86_phys_bits != kvm_get_shadow_phys_bits())
8513 me_mask = rsvd_bits(boot_cpu_data.x86_phys_bits,
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c5070 mask_bit = boot_cpu_data.x86_phys_bits;

Completed in 429 milliseconds