Searched refs:ta_size (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/kernel/ |
| H A D | ree_fs_ta.c | 197 size_t *ta_size, struct mobj **mobj) in rpc_load() argument 202 if (!uuid || !ta || !mobj || !ta_size) in rpc_load() 225 *ta_size = params[1].u.memref.size; in rpc_load() 251 size_t ta_size = 0; in ree_fs_ta_open() local 266 res = rpc_load(uuid, &ta, &ta_size, &mobj); in ree_fs_ta_open() 271 shdr = shdr_alloc_and_copy(0, ta, ta_size); in ree_fs_ta_open() 293 if (offs > ta_size) { in ree_fs_ta_open() 299 ta_size, next_uuid_ptr, max_depth, in ree_fs_ta_open() 306 offs > ta_size) { in ree_fs_ta_open() 323 shdr = shdr_alloc_and_copy(offs, ta, ta_size); in ree_fs_ta_open() [all …]
|
| /optee_os/core/include/mm/ |
| H A D | phys_mem.h | 13 paddr_t ta_base, paddr_size_t ta_size); 27 paddr_t ta_base, paddr_size_t ta_size); 37 paddr_t ta_base, paddr_size_t ta_size) in phys_mem_init() argument 39 nex_phys_mem_init(core_base, core_size, ta_base, ta_size); in phys_mem_init()
|
| /optee_os/core/mm/ |
| H A D | phys_mem.c | 42 paddr_t ta_base, paddr_size_t ta_size) in nex_phys_mem_init() argument 49 nex_ta_pool = init_pool(ta_base, ta_size, flags); in nex_phys_mem_init() 180 paddr_t ta_base, paddr_size_t ta_size) in phys_mem_init() argument 187 ta_pool = init_pool(ta_base, ta_size, flags); in phys_mem_init()
|
| H A D | fobj.c | 362 paddr_size_t ta_size = nex_phys_mem_get_ta_size(); in rwp_init() local 378 assert(ta_size && !(ta_size & SMALL_PAGE_SIZE)); in rwp_init() 380 num_pool_pages = ta_size / SMALL_PAGE_SIZE; in rwp_init() 399 MEM_AREA_SEC_RAM_OVERALL, ta_size); in rwp_init()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | virtualization.c | 107 size_t ta_size = nex_phys_mem_get_ta_size(); in get_ta_ram_size() local 109 return ROUNDDOWN(ta_size / CFG_VIRT_GUEST_COUNT - VCORE_UNPG_RW_SZ - in get_ta_ram_size()
|