Home
last modified time | relevance | path

Searched refs:guest_pa (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/arch/powerpc/
H A Dultravisor.rst412 uint64_t guest_pa, /* destination guest-physical-address */
422 * U_P2 if ``guest_pa`` is invalid (or corresponds to a secure
434 ``guest_pa`` corresponds to a secure page, Ultravisor will ignore the
1025 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
/linux/arch/x86/kvm/vmx/
H A Dtdx.c2256 int guest_pa; in setup_tdparams_eptp_controls() local
2262 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()