Searched refs:mem_acc_list (Results 1 – 1 of 1) sorted by relevance
2402 struct ffa_mem_access_perm mem_acc_list[] = { in thread_spmc_get_protmem_config() local2413 if (!buf || *buf_sz < sizeof(mem_acc_list)) { in thread_spmc_get_protmem_config()2414 *buf_sz = sizeof(mem_acc_list); in thread_spmc_get_protmem_config()2418 memcpy(buf, mem_acc_list, sizeof(mem_acc_list)); in thread_spmc_get_protmem_config()2419 *buf_sz = sizeof(mem_acc_list); in thread_spmc_get_protmem_config()