Home
last modified time | relevance | path

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

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