Home
last modified time | relevance | path

Searched refs:NE_START_ENCLAVE (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/include/uapi/linux/
Dnitro_enclaves.h179 #define NE_START_ENCLAVE _IOWR(0xAE, 0x24, struct ne_enclave_start_info) macro
/linux-6.1.9/Documentation/translations/zh_CN/virt/
Dne_overview.rst41 ioctl逻辑被映射到PCI设备命令,例如,NE_START_ENCLAVE ioctl映射到一个enclave
/linux-6.1.9/samples/nitro_enclaves/
Dne_ioctl_sample.c584 rc = ioctl(enclave_fd, NE_START_ENCLAVE, enclave_start_info); in ne_start_enclave()
/linux-6.1.9/Documentation/virt/
Dne_overview.rst36 The ioctl logic is mapped to PCI device commands e.g. the NE_START_ENCLAVE ioctl
/linux-6.1.9/drivers/virt/nitro_enclaves/
Dne_misc_dev.c1292 case NE_START_ENCLAVE: { in ne_enclave_ioctl()