Home
last modified time | relevance | path

Searched refs:SGX_IOC_ENCLAVE_CREATE (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/uapi/asm/
H A Dsgx.h22 #define SGX_IOC_ENCLAVE_CREATE \ macro
41 * %SGX_IOC_ENCLAVE_CREATE ioctl
/linux/tools/testing/selftests/sgx/
H A Dload.c96 rc = ioctl(encl->fd, SGX_IOC_ENCLAVE_CREATE, &ioc); in encl_ioc_create()
98 perror("SGX_IOC_ENCLAVE_CREATE failed"); in encl_ioc_create()