pub unsafe fn encls_create(pageinfo: u64, secs_page: u64)
Expand description

Create an SECS page in the Enclave Page Cache

Arguments

  • Address of a PAGEINFO
  • Address of the destination SECS page

Safety

Requires SGX support.