Home
last modified time | relevance | path

Searched refs:enclave_start_req (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.c1021 struct enclave_start_req enclave_start_req = {}; in ne_start_enclave_ioctl() local
1057 enclave_start_req.enclave_cid = enclave_start_info->enclave_cid; in ne_start_enclave_ioctl()
1058 enclave_start_req.flags = enclave_start_info->flags; in ne_start_enclave_ioctl()
1059 enclave_start_req.slot_uid = ne_enclave->slot_uid; in ne_start_enclave_ioctl()
1062 &enclave_start_req, sizeof(enclave_start_req), in ne_start_enclave_ioctl()
H A Dne_pci_dev.h143 * struct enclave_start_req - ENCLAVE_START request.
149 struct enclave_start_req { struct
/kernel/linux/linux-6.6/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.c1077 struct enclave_start_req enclave_start_req = {}; in ne_start_enclave_ioctl() local
1113 enclave_start_req.enclave_cid = enclave_start_info->enclave_cid; in ne_start_enclave_ioctl()
1114 enclave_start_req.flags = enclave_start_info->flags; in ne_start_enclave_ioctl()
1115 enclave_start_req.slot_uid = ne_enclave->slot_uid; in ne_start_enclave_ioctl()
1118 &enclave_start_req, sizeof(enclave_start_req), in ne_start_enclave_ioctl()
H A Dne_pci_dev.h147 * struct enclave_start_req - ENCLAVE_START request.
153 struct enclave_start_req { struct

Completed in 5 milliseconds