Home
last modified time | relevance | path

Searched refs:slot_uid (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/virt/nitro_enclaves/
H A Dne_pci_dev.h144 * @slot_uid: Slot unique id mapped to the enclave to start.
150 u64 slot_uid; member
165 * @slot_uid: Slot unique id mapped to the enclave to stop.
168 u64 slot_uid; member
181 * @slot_uid: Slot unique id mapped to the slot to free.
184 u64 slot_uid; member
190 * @slot_uid: Slot unique id mapped to the slot to add the memory region to.
195 u64 slot_uid; member
202 * @slot_uid: Slot unique id mapped to the slot to add the vCPU to.
207 u64 slot_uid; member
225 u64 slot_uid; global() member
233 u64 slot_uid; global() member
242 u64 slot_uid; global() member
263 u64 slot_uid; global() member
[all...]
H A Dne_misc_dev.c705 slot_add_vcpu_req.slot_uid = ne_enclave->slot_uid; in ne_add_vcpu_ioctl()
966 slot_add_mem_req.slot_uid = ne_enclave->slot_uid; in ne_set_user_memory_region_ioctl()
1059 enclave_start_req.slot_uid = ne_enclave->slot_uid; in ne_start_enclave_ioctl()
1401 if (ne_enclave_entry->slot_uid == ne_enclave->slot_uid) { in ne_pci_dev_remove_enclave_entry()
1436 if (!ne_enclave->slot_uid) in ne_enclave_release()
1447 enclave_stop_request.slot_uid in ne_enclave_release()
1536 ne_create_vm_ioctl(struct ne_pci_dev *ne_pci_dev, u64 __user *slot_uid) ne_create_vm_ioctl() argument
1687 u64 __user *slot_uid = (void __user *)arg; ne_ioctl() local
[all...]
H A Dne_misc_dev.h56 * @slot_uid: Slot unique id mapped to the enclave.
78 u64 slot_uid; member
H A Dne_pci_dev.c241 slot_info_req.slot_uid = ne_enclave->slot_uid; in ne_event_work_handler()
/kernel/linux/linux-6.6/drivers/virt/nitro_enclaves/
H A Dne_pci_dev.h148 * @slot_uid: Slot unique id mapped to the enclave to start.
154 u64 slot_uid; member
169 * @slot_uid: Slot unique id mapped to the enclave to stop.
172 u64 slot_uid; member
185 * @slot_uid: Slot unique id mapped to the slot to free.
188 u64 slot_uid; member
194 * @slot_uid: Slot unique id mapped to the slot to add the memory region to.
199 u64 slot_uid; member
206 * @slot_uid: Slot unique id mapped to the slot to add the vCPU to.
211 u64 slot_uid; member
229 u64 slot_uid; global() member
237 u64 slot_uid; global() member
246 u64 slot_uid; global() member
267 u64 slot_uid; global() member
[all...]
H A Dne_misc_dev.c716 slot_add_vcpu_req.slot_uid = ne_enclave->slot_uid; in ne_add_vcpu_ioctl()
1022 slot_add_mem_req.slot_uid = ne_enclave->slot_uid; in ne_set_user_memory_region_ioctl()
1115 enclave_start_req.slot_uid = ne_enclave->slot_uid; in ne_start_enclave_ioctl()
1457 if (ne_enclave_entry->slot_uid == ne_enclave->slot_uid) { in ne_pci_dev_remove_enclave_entry()
1492 if (!ne_enclave->slot_uid) in ne_enclave_release()
1503 enclave_stop_request.slot_uid in ne_enclave_release()
1592 ne_create_vm_ioctl(struct ne_pci_dev *ne_pci_dev, u64 __user *slot_uid) ne_create_vm_ioctl() argument
1744 u64 __user *slot_uid = (void __user *)arg; ne_ioctl() local
[all...]
H A Dne_misc_dev.h56 * @slot_uid: Slot unique id mapped to the enclave.
78 u64 slot_uid; member
H A Dne_pci_dev.c241 slot_info_req.slot_uid = ne_enclave->slot_uid; in ne_event_work_handler()
/kernel/linux/linux-5.10/samples/nitro_enclaves/
H A Dne_ioctl_sample.c156 * @slot_uid: The generated slot uid for the enclave.
164 static int ne_create_vm(int ne_dev_fd, unsigned long *slot_uid, int *enclave_fd) in ne_create_vm() argument
167 *enclave_fd = ioctl(ne_dev_fd, NE_CREATE_VM, slot_uid); in ne_create_vm()
776 unsigned long slot_uid = 0; in main() local
799 rc = ne_create_vm(ne_dev_fd, &slot_uid, &enclave_fd); in main()
/kernel/linux/linux-6.6/samples/nitro_enclaves/
H A Dne_ioctl_sample.c156 * @slot_uid: The generated slot uid for the enclave.
164 static int ne_create_vm(int ne_dev_fd, unsigned long *slot_uid, int *enclave_fd) in ne_create_vm() argument
167 *enclave_fd = ioctl(ne_dev_fd, NE_CREATE_VM, slot_uid); in ne_create_vm()
775 unsigned long slot_uid = 0; in main() local
798 rc = ne_create_vm(ne_dev_fd, &slot_uid, &enclave_fd); in main()

Completed in 9 milliseconds