Function encls_eldu
Source pub unsafe fn encls_eldu(
pageinfo: u64,
epc_page: u64,
verion_array_slot: u64,
) -> u32
Expand description
Loads, verifies an EPC page and marks the page as unblocked.
§Arguments
- Address of the PAGEINFO
- Address of the EPC page
- Address of the version-array slot
§Safety
Requires SGX support.