Function tdx_guest::tdvmcall::write_mmio

source ·
pub unsafe fn write_mmio(
    size: IoSize,
    mmio_gpa: u64,
    data: u64,
) -> Result<(), TdVmcallError>
Expand description

§Safety

Make sure the mmio address is valid.