_encls_u32
Classification
Other, Miscellaneous, CPUID Test: None
Header File
immintrin.h
Instruction
ENCLS
Synopsis
 _encls_u32(const int a, size_t* __data);
Description
Invoke the Intel SGX enclave system (privileged) leaf function specified by "a", and return the error code. The "__data" array contains 3 32-bit elements that may act as input, output, or be unused, depending on the semantics of the specified leaf function; these correspond to ebx, ecx, and edx.