Searched refs:NE_START_ENCLAVE (Results 1 – 5 of 5) sorted by relevance
179 #define NE_START_ENCLAVE _IOWR(0xAE, 0x24, struct ne_enclave_start_info) macro
41 ioctl逻辑被映射到PCI设备命令,例如,NE_START_ENCLAVE ioctl映射到一个enclave
584 rc = ioctl(enclave_fd, NE_START_ENCLAVE, enclave_start_info); in ne_start_enclave()
36 The ioctl logic is mapped to PCI device commands e.g. the NE_START_ENCLAVE ioctl
1292 case NE_START_ENCLAVE: { in ne_enclave_ioctl()