Module fortanix_sgx_abi::entry

source ·
Expand description

Specification of TCS and entry function requirements.

Once an enclave has called the exit usercall, if userspace enters a TCS normally, the enclave must panic. If userspace returns a usercall on a TCS, the enclave may decide whether to handle it normally or to panic.

Modules

Specifies the entry points for executables.
Specifies the entry points for libraries.