pub unsafe fn encls_eldb(
    pageinfo: u64,
    epc_page: u64,
    verion_array_slot: u64
) -> u32
Expand description

Loads and verifies an EPC page and marks the page as blocked.

Arguments

  • Address of the PAGEINFO
  • Address of the EPC page
  • Address of the version-array slot

Safety

Requires SGX support.