Function pvalidate

Source
fn pvalidate(
    page_number: u64,
    va: u64,
    large_page: bool,
    validate: bool,
) -> Result<AcceptGpaStatus, AcceptGpaError>
Expand description

Wrapper around the pvalidate assembly instruction.