pub fn set_page_attributes(
call: &mut impl Tdcall,
range: MemoryRange,
attributes: TdgMemPageGpaAttr,
mask: TdgMemPageAttrWriteR8,
) -> Result<(), TdCallResultCode>
Expand description
Set page attributes from range
using
tdcall_page_attr_wr
.
This will attempt to set attributes in 2MB chunks if possible.