Lines Matching full:ne

7  * DOC: Enclave lifetime management driver for Nitro Enclaves (NE).
37 * separated. The NE CPU pool includes CPUs from a single NUMA
111 * NE CPU pool.
112 * @mutex: Mutex for the access to the NE CPU pool.
167 * ne_setup_cpu_pool() - Set the NE CPU pool after handling sanity checks such
172 * @ne_cpu_list: The CPU list used for setting NE CPU pool.
225 * Check if the CPUs from the NE CPU pool are from the same NUMA node. in ne_setup_cpu_pool()
314 * Split the NE CPU pool in threads per core to keep the CPU topology in ne_setup_cpu_pool()
380 * ne_teardown_cpu_pool() - Online the CPUs from the NE CPU pool and cleanup the
422 * ne_set_kernel_param() - Set the NE CPU pool value via the NE kernel parameter.
423 * @val: NE CPU pool string value.
424 * @kp : NE kernel parameter associated with the NE CPU pool.
490 * NE CPU pool.
518 * @core_id: Core id to get its threads from the NE CPU pool.
534 "No CPUs available in NE CPU pool\n"); in ne_set_enclave_threads_per_core()
541 "CPU %d is not in NE CPU pool\n", vcpu_id); in ne_set_enclave_threads_per_core()
562 * ne_get_cpu_from_cpu_pool() - Get a CPU from the NE CPU pool, either from the
566 * @vcpu_id: vCPU to get from the NE CPU pool.
596 * If no remaining siblings, get a core from the NE CPU pool and keep in ne_get_cpu_from_cpu_pool()
616 * ne_get_vcpu_core_from_cpu_pool() - Get from the NE CPU pool the id of the
645 * @vcpu_id: ID of the vCPU to check if available in the NE CPU pool.
676 * If no remaining siblings, get from the NE CPU pool the core in ne_check_cpu_in_cpu_pool()
1191 /* Check if the provided vCPU is available in the NE CPU pool. */ in ne_enclave_ioctl()
1426 /* Update the available NE CPU pool. */ in ne_enclave_remove_all_vcpu_id_entries()
1441 * structure that is part of the NE PCI
1664 enclave_file = anon_inode_getfile("ne-vm", &ne_enclave_fops, ne_enclave, O_RDWR); in ne_create_vm_ioctl()
1728 * ne_ioctl() - Ioctl function provided by the NE misc device.