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

/linux-master/arch/x86/kernel/cpu/sgx/
H A Dencl.h109 const cpumask_t *sgx_encl_cpumask(struct sgx_encl *encl);
H A Dioctl.c687 * the enclave are cleared. See sgx_encl_cpumask() for details.
711 on_each_cpu_mask(sgx_encl_cpumask(encl), sgx_ipi_cb, NULL, 1);
719 on_each_cpu_mask(sgx_encl_cpumask(encl), sgx_ipi_cb, NULL, 1);
H A Dmain.c233 on_each_cpu_mask(sgx_encl_cpumask(encl),
H A Dencl.c883 * sgx_encl_cpumask() - Query which CPUs might be accessing the enclave
908 * 2) Use this function (sgx_encl_cpumask()) to query which CPUs might be
925 const cpumask_t *sgx_encl_cpumask(struct sgx_encl *encl) function

Completed in 159 milliseconds