fn pvalidate(
page_number: u64,
va: u64,
large_page: bool,
validate: bool,
) -> Result<AcceptGpaStatus, AcceptGpaError>
Expand description
Wrapper around the pvalidate assembly instruction.
fn pvalidate(
page_number: u64,
va: u64,
large_page: bool,
validate: bool,
) -> Result<AcceptGpaStatus, AcceptGpaError>
Wrapper around the pvalidate assembly instruction.