_enclu_u32
Classification
Other, Miscellaneous, CPUID Test: None
Header File
immintrin.h
Instruction
ENCLU
Synopsis
 _enclu_u32(const int a, size_t* __data);
Description
Invoke the Intel SGX enclave user (non-privilege) 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.