pub unsafe fn encls_eadd(pageinfo: u64, epc_page: u64)
Expand description

Add a Page to an Uninitialized Enclave.

Arguments

  • Address of a PAGEINFO.
  • Address of the destination EPC page.

Safety

Requires SGX support.