Lines Matching defs:ne_enclave

480 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
1390 static void ne_enclave_remove_all_mem_region_entries(struct ne_enclave *ne_enclave) in ne_enclave_remove_all_mem_region_entries()
1417 static void ne_enclave_remove_all_vcpu_id_entries(struct ne_enclave *ne_enclave) in ne_enclave_remove_all_vcpu_id_entries()
1449 static void ne_pci_dev_remove_enclave_entry(struct ne_enclave *ne_enclave, in ne_pci_dev_remove_enclave_entry()
1479 struct ne_enclave *ne_enclave = file->private_data; in ne_enclave_release() local
1560 struct ne_enclave *ne_enclave = file->private_data; in ne_enclave_poll() local
1598 struct ne_enclave *ne_enclave = NULL; in ne_create_vm_ioctl() local