Module sgx::page

source ·
Expand description

Page-related structures

The most important structures in thie module are:

  1. Secs: controls enclave features during creation
  2. SecInfo: controls access permissions for enclave pages

Structs

  • The flags of a page
  • The security information about a page
  • SGX Enclave Control Structure (SECS) page

Enums

  • Error codes for SecInfo::accept()
  • The type of an enclave page (see Intel SDM Volume 3D section 34.12.2). Enclave Page Cache Map (EPCM) hols this information for each valid enclave page.