Searched refs:min_mem_sz (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/arch/arm/include/kernel/ |
| H A D | thread_spmc.h | 87 size_t *min_mem_sz, 93 size_t *min_mem_sz __unused, in thread_spmc_get_protmem_config()
|
| /optee_os/core/tee/ |
| H A D | entry_std.c | 614 size_t min_mem_sz = 0; in get_protmem_config() local 652 &min_mem_sz, in get_protmem_config() 658 res = plat_get_protmem_config(use_case, &min_mem_sz, in get_protmem_config() 663 param.u[0].val.a = min_mem_sz; in get_protmem_config()
|
| /optee_os/core/include/mm/ |
| H A D | mobj.h | 402 size_t *min_mem_sz, size_t *min_mem_align); 422 size_t *min_mem_sz __unused, in plat_get_protmem_config()
|
| /optee_os/core/mm/ |
| H A D | mobj.c | 550 size_t *min_mem_sz, in plat_get_protmem_config() argument 561 *min_mem_sz = SIZE_1M; in plat_get_protmem_config()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread_spmc.c | 2398 size_t *min_mem_sz, in thread_spmc_get_protmem_config() argument 2409 res = plat_get_protmem_config(use_case, min_mem_sz, min_mem_align); in thread_spmc_get_protmem_config()
|