Home
last modified time | relevance | path

Searched refs:NE_CREATE_VM (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Dnitro_enclaves.h47 #define NE_CREATE_VM _IOR(0xAE, 0x20, __u64) macro
/linux-6.6.21/samples/nitro_enclaves/
Dne_ioctl_sample.c167 *enclave_fd = ioctl(ne_dev_fd, NE_CREATE_VM, slot_uid); in ne_create_vm()
/linux-6.6.21/drivers/virt/nitro_enclaves/
Dne_misc_dev.c1741 case NE_CREATE_VM: { in ne_ioctl()