Searched refs:guest_pa (Results 1 – 2 of 2) sorted by relevance
412 uint64_t guest_pa, /* destination guest-physical-address */422 * U_P2 if ``guest_pa`` is invalid (or corresponds to a secure434 ``guest_pa`` corresponds to a secure page, Ultravisor will ignore the1025 uint64_t guest_pa, /* guest-physical-address */1035 * H_PARAMETER if ``guest_pa`` is invalid.1084 uint64_t guest_pa, /* guest-physical-address */1094 * H_PARAMETER if ``guest_pa`` is invalid.1101 Move the contents of the page identified by ``guest_pa`` to normal
2256 int guest_pa; in setup_tdparams_eptp_controls() local2262 guest_pa = tdx_get_guest_phys_addr_bits(entry->eax); in setup_tdparams_eptp_controls()2264 if (guest_pa != 48 && guest_pa != 52) in setup_tdparams_eptp_controls()2267 if (guest_pa == 52 && !cpu_has_vmx_ept_5levels()) in setup_tdparams_eptp_controls()2271 if (guest_pa == 52) { in setup_tdparams_eptp_controls()