Function tdx_guest::tdcall::accept_page
source · pub unsafe fn accept_page(sept_level: u64, gpa: u64) -> Result<(), TdCallError>
Expand description
Accept a pending private page and initialize it to all-0 using the TD ephemeral private key.
§Safety
The ‘gpa’ parameter must be a valid address.