Lines Matching refs:slot_uid
716 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 = ne_enclave->slot_uid; in ne_enclave_release()
1518 slot_free_req.slot_uid = ne_enclave->slot_uid; in ne_enclave_release()
1592 static int ne_create_vm_ioctl(struct ne_pci_dev *ne_pci_dev, u64 __user *slot_uid) in ne_create_vm_ioctl() argument
1690 ne_enclave->slot_uid = cmd_reply.slot_uid; in ne_create_vm_ioctl()
1695 if (copy_to_user(slot_uid, &ne_enclave->slot_uid, sizeof(ne_enclave->slot_uid))) { in ne_create_vm_ioctl()
1744 u64 __user *slot_uid = (void __user *)arg; in ne_ioctl() local
1747 enclave_fd = ne_create_vm_ioctl(ne_pci_dev, slot_uid); in ne_ioctl()