Home
last modified time | relevance | path

Searched refs:vcpu_ids (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.h62 * @vcpu_ids: Cpumask of the vCPUs that are set for the enclave.
81 cpumask_var_t vcpu_ids; member
H A Dne_misc_dev.c471 if (cpumask_test_cpu(cpu, ne_enclave->vcpu_ids)) in ne_donated_cpu()
718 cpumask_set_cpu(vcpu_id, ne_enclave->vcpu_ids); in ne_add_vcpu_ioctl()
1050 if (!cpumask_test_cpu(cpu, ne_enclave->vcpu_ids)) { in ne_start_enclave_ioctl()
1380 free_cpumask_var(ne_enclave->vcpu_ids); in ne_enclave_remove_all_vcpu_id_entries()
1591 if (!zalloc_cpumask_var(&ne_enclave->vcpu_ids, GFP_KERNEL)) { in ne_create_vm_ioctl()
1660 free_cpumask_var(ne_enclave->vcpu_ids); in ne_create_vm_ioctl()
/kernel/linux/linux-6.6/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.h62 * @vcpu_ids: Cpumask of the vCPUs that are set for the enclave.
81 cpumask_var_t vcpu_ids; member
H A Dne_misc_dev.c482 if (cpumask_test_cpu(cpu, ne_enclave->vcpu_ids)) in ne_donated_cpu()
729 cpumask_set_cpu(vcpu_id, ne_enclave->vcpu_ids); in ne_add_vcpu_ioctl()
1106 if (!cpumask_test_cpu(cpu, ne_enclave->vcpu_ids)) { in ne_start_enclave_ioctl()
1436 free_cpumask_var(ne_enclave->vcpu_ids); in ne_enclave_remove_all_vcpu_id_entries()
1648 if (!zalloc_cpumask_var(&ne_enclave->vcpu_ids, GFP_KERNEL)) { in ne_create_vm_ioctl()
1717 free_cpumask_var(ne_enclave->vcpu_ids); in ne_create_vm_ioctl()

Completed in 4 milliseconds