Searched defs:ne_enclave (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-6.6/drivers/virt/nitro_enclaves/ |
| D | ne_misc_dev.h | 64 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 …]
|
| D | ne_misc_dev.c | 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 [all …]
|
| D | ne_pci_dev.c | 217 struct ne_enclave *ne_enclave = NULL; in ne_event_work_handler() local
|
| /kernel/linux/linux-5.10/drivers/virt/nitro_enclaves/ |
| D | ne_misc_dev.h | 64 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 …]
|
| D | ne_misc_dev.c | 469 static bool ne_donated_cpu(struct ne_enclave *ne_enclave, unsigned int cpu) in ne_donated_cpu() 516 static int ne_set_enclave_threads_per_core(struct ne_enclave *ne_enclave, in ne_set_enclave_threads_per_core() 562 static int ne_get_cpu_from_cpu_pool(struct ne_enclave *ne_enclave, u32 *vcpu_id) in ne_get_cpu_from_cpu_pool() 641 static int ne_check_cpu_in_cpu_pool(struct ne_enclave *ne_enclave, u32 vcpu_id) in ne_check_cpu_in_cpu_pool() 695 static int ne_add_vcpu_ioctl(struct ne_enclave *ne_enclave, u32 vcpu_id) in ne_add_vcpu_ioctl() 737 static int ne_sanity_check_user_mem_region(struct ne_enclave *ne_enclave, in ne_sanity_check_user_mem_region() 799 static int ne_sanity_check_user_mem_region_page(struct ne_enclave *ne_enclave, in ne_sanity_check_user_mem_region_page() 838 static int ne_set_user_memory_region_ioctl(struct ne_enclave *ne_enclave, in ne_set_user_memory_region_ioctl() 1016 static int ne_start_enclave_ioctl(struct ne_enclave *ne_enclave, in ne_start_enclave_ioctl() 1091 struct ne_enclave *ne_enclave = file->private_data; in ne_enclave_ioctl() local [all …]
|
| D | ne_pci_dev.c | 217 struct ne_enclave *ne_enclave = NULL; in ne_event_work_handler() local
|