Home
last modified time | relevance | path

Searched defs:ne_enclave (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/virt/nitro_enclaves/
Dne_misc_dev.h64 struct ne_enclave { struct
65 struct mutex enclave_info_mutex;
66 struct list_head enclave_list_entry;
67 wait_queue_head_t eventq;
68 bool has_event;
69 u64 max_mem_regions;
70 struct list_head mem_regions_list;
71 u64 mem_size;
72 struct mm_struct *mm;
73 unsigned int nr_mem_regions;
[all …]
Dne_misc_dev.c480 static bool ne_donated_cpu(struct ne_enclave *ne_enclave, unsigned int cpu) in ne_donated_cpu()
527 static int ne_set_enclave_threads_per_core(struct ne_enclave *ne_enclave, in ne_set_enclave_threads_per_core()
573 static int ne_get_cpu_from_cpu_pool(struct ne_enclave *ne_enclave, u32 *vcpu_id) in ne_get_cpu_from_cpu_pool()
652 static int ne_check_cpu_in_cpu_pool(struct ne_enclave *ne_enclave, u32 vcpu_id) in ne_check_cpu_in_cpu_pool()
706 static int ne_add_vcpu_ioctl(struct ne_enclave *ne_enclave, u32 vcpu_id) in ne_add_vcpu_ioctl()
748 static int ne_sanity_check_user_mem_region(struct ne_enclave *ne_enclave, in ne_sanity_check_user_mem_region()
810 static int ne_sanity_check_user_mem_region_page(struct ne_enclave *ne_enclave, in ne_sanity_check_user_mem_region_page()
915 static int ne_set_user_memory_region_ioctl(struct ne_enclave *ne_enclave, in ne_set_user_memory_region_ioctl()
1072 static int ne_start_enclave_ioctl(struct ne_enclave *ne_enclave, in ne_start_enclave_ioctl()
1147 struct ne_enclave *ne_enclave = file->private_data; in ne_enclave_ioctl() local
[all …]
Dne_pci_dev.c217 struct ne_enclave *ne_enclave = NULL; in ne_event_work_handler() local