Home
last modified time | relevance | path

Searched refs:mem_acc_list (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c2402 struct ffa_mem_access_perm mem_acc_list[] = { in thread_spmc_get_protmem_config() local
2413 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()