pub unsafe fn tdx_share_large_page(va: u64)
Expand description
Set the shared bit in the PDE of a large page in the local map for a given VA.
ยงSafety
The va passed in is guaranteed by the type to be a present large page, the caller must ensure it is safe to share with the hypervisor