Searched refs:SGX_IOC_ENCLAVE_INIT (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/include/uapi/asm/
H A Dsgx.h26 #define SGX_IOC_ENCLAVE_INIT \ macro
69 * %SGX_IOC_ENCLAVE_INIT ioctl
/linux-master/tools/testing/selftests/sgx/
H A Dload.c363 ret = ioctl(encl->fd, SGX_IOC_ENCLAVE_INIT, &ioc);
365 perror("SGX_IOC_ENCLAVE_INIT failed");
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dioctl.c578 * sgx_ioc_enclave_init() - handler for %SGX_IOC_ENCLAVE_INIT
831 * belonging to an initialized enclave (after SGX_IOC_ENCLAVE_INIT).
1240 case SGX_IOC_ENCLAVE_INIT:

Completed in 161 milliseconds