Searched refs:mem_acc_list (Results 1 – 1 of 1) sorted by relevance
2406 struct ffa_mem_access_perm mem_acc_list[] = { in thread_spmc_get_protmem_config() local 2417 if (!buf || *buf_sz < sizeof(mem_acc_list)) { in thread_spmc_get_protmem_config() 2418 *buf_sz = sizeof(mem_acc_list); in thread_spmc_get_protmem_config() 2422 memcpy(buf, mem_acc_list, sizeof(mem_acc_list)); in thread_spmc_get_protmem_config() 2423 *buf_sz = sizeof(mem_acc_list); in thread_spmc_get_protmem_config()