Searched refs:phys_bits (Results 1 – 5 of 5) sorted by relevance
385 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()
41 uint8_t phys_bits; member
306 uint8_t max_phy_addr_bits = cpu_info->phys_bits; in is_ept_entry_misconfig()
134 maxphyaddr = cpu_info->phys_bits; in load_pdptrs()
635 return (mem_aligned_check(vmptr_gpa, PAGE_SIZE) && ((vmptr_gpa >> cpu_info->phys_bits) == 0UL)); in validate_vmptr_gpa()
Completed in 9 milliseconds