Searched refs:mobj_mapped_shm_alloc (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/kernel/ |
| H A D | msg_param.c | 78 mobj = mobj_mapped_shm_alloc(&buffer, 1, 0, 0); in msg_param_extract_pages() 97 mobj = mobj_mapped_shm_alloc(&page, 1, 0, 0); in msg_param_extract_pages() 141 mobj = mobj_mapped_shm_alloc(pages, num_pages, page_offset, in msg_param_mobj_from_noncontig()
|
| /optee_os/core/include/mm/ |
| H A D | mobj.h | 301 struct mobj *mobj_mapped_shm_alloc(paddr_t *pages, size_t num_pages, 314 static inline struct mobj *mobj_mapped_shm_alloc(paddr_t *pages __unused, in mobj_mapped_shm_alloc() function
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | thread_optee_abi.c | 222 mobj = mobj_mapped_shm_alloc(&parg, 1, 0, 0); in std_entry_with_parg() 377 return mobj_mapped_shm_alloc(&pa, 1, 0, cookie); in rpc_shm_mobj_alloc()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread_optee_smc.c | 220 mobj = mobj_mapped_shm_alloc(&parg, 1, 0, 0); in std_entry_with_parg() 376 return mobj_mapped_shm_alloc(&pa, 1, 0, cookie); in rpc_shm_mobj_alloc()
|
| /optee_os/core/mm/ |
| H A D | mobj_dyn_shm.c | 510 struct mobj *mobj_mapped_shm_alloc(paddr_t *pages, size_t num_pages, in mobj_mapped_shm_alloc() function
|