Searched refs:sgx_numa_nodes (Results 1 – 1 of 1) sorted by relevance
41 static struct sgx_numa_node *sgx_numa_nodes; variable462 struct sgx_numa_node *node = &sgx_numa_nodes[nid]; in __sgx_alloc_epc_page_from_node()680 sgx_numa_nodes = kmalloc_array(num_possible_nodes(), sizeof(*sgx_numa_nodes), GFP_KERNEL); in sgx_page_cache_init()681 if (!sgx_numa_nodes) in sgx_page_cache_init()714 spin_lock_init(&sgx_numa_nodes[nid].lock); in sgx_page_cache_init()715 INIT_LIST_HEAD(&sgx_numa_nodes[nid].free_page_list); in sgx_page_cache_init()719 sgx_epc_sections[i].node = &sgx_numa_nodes[nid]; in sgx_page_cache_init()
Completed in 3 milliseconds