Function enclu_eacceptcopy

Source
pub unsafe fn enclu_eacceptcopy(
    secinfo: u64,
    destination_epc_page: u64,
    source_epc_page: u64,
) -> u32
Expand description

Initialize a Pending Page.

§Arguments

  • Address of a SECINFO.
  • Address of the destination EPC page.
  • Address of the source EPC page.

Returns an error code.

§Safety

Requires SGX support.