Home
last modified time | relevance | path

Searched refs:phys_bits (Results 1 – 5 of 5) sorted by relevance

/hypervisor/arch/x86/
A Dcpu_caps.c385 boot_cpu_data.phys_bits = (uint8_t)(eax & 0xffU); in init_pcpu_capabilities()
387 get_address_mask(boot_cpu_data.phys_bits); in init_pcpu_capabilities()
532 } else if ((boot_cpu_data.phys_bits == 0U) || in detect_hardware_support()
536 } else if (boot_cpu_data.phys_bits > MAXIMUM_PA_WIDTH) { in detect_hardware_support()
538 __func__, boot_cpu_data.phys_bits, MAXIMUM_PA_WIDTH); in detect_hardware_support()
540 } else if ((boot_cpu_data.phys_bits > 39U) && (!pcpu_has_cap(X86_FEATURE_PAGE1GB) || in detect_hardware_support()
543 __func__, boot_cpu_data.phys_bits); in detect_hardware_support()
/hypervisor/include/arch/x86/asm/
A Dcpu_caps.h41 uint8_t phys_bits; member
/hypervisor/arch/x86/guest/
A Dvept.c306 uint8_t max_phy_addr_bits = cpu_info->phys_bits; in is_ept_entry_misconfig()
A Dvirtual_cr.c134 maxphyaddr = cpu_info->phys_bits; in load_pdptrs()
A Dnested.c635 return (mem_aligned_check(vmptr_gpa, PAGE_SIZE) && ((vmptr_gpa >> cpu_info->phys_bits) == 0UL)); in validate_vmptr_gpa()

Completed in 9 milliseconds