Home
last modified time | relevance | path

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

/linux/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.h66 struct list_head enclave_list_entry; member
H A Dne_misc_dev.c1456 &ne_pci_dev->enclaves_list, enclave_list_entry) { in ne_pci_dev_remove_enclave_entry()
1458 list_del(&ne_enclave_entry->enclave_list_entry); in ne_pci_dev_remove_enclave_entry()
1693 list_add(&ne_enclave->enclave_list_entry, &ne_pci_dev->enclaves_list); in ne_create_vm_ioctl()
H A Dne_pci_dev.c231 list_for_each_entry(ne_enclave, &ne_pci_dev->enclaves_list, enclave_list_entry) { in ne_event_work_handler()