Searched refs:tee_mm_pool_t (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/core/include/mm/ |
A D | tee_mm.h | 38 typedef struct _tee_mm_pool_t tee_mm_pool_t; typedef 41 extern tee_mm_pool_t tee_mm_sec_ddr; 44 extern tee_mm_pool_t tee_mm_vcore; 47 extern tee_mm_pool_t tee_mm_shm; 53 tee_mm_entry_t *tee_mm_find(const tee_mm_pool_t *pool, paddr_t addr); 61 static inline bool tee_mm_validate(const tee_mm_pool_t *pool, paddr_t addr) in tee_mm_validate() 73 bool tee_mm_init(tee_mm_pool_t *pool, paddr_t lo, paddr_size_t size, 77 void tee_mm_final(tee_mm_pool_t *pool); 84 tee_mm_entry_t *tee_mm_alloc(tee_mm_pool_t *pool, size_t size); 110 bool tee_mm_addr_is_within_range(const tee_mm_pool_t *pool, paddr_t addr); [all …]
|
A D | mobj.h | 230 tee_mm_pool_t *pool);
|
/optee_os-3.20.0/core/mm/ |
A D | tee_mm.c | 14 static void *pmalloc(tee_mm_pool_t *pool, size_t size) in pmalloc() 30 static void pfree(tee_mm_pool_t *pool, void *ptr) in pfree() 71 void tee_mm_final(tee_mm_pool_t *pool) in tee_mm_final() 90 static size_t tee_mm_stats_allocated(tee_mm_pool_t *pool) in tee_mm_stats_allocated() 128 static void update_max_allocated(tee_mm_pool_t *pool) in update_max_allocated() 141 tee_mm_entry_t *tee_mm_alloc(tee_mm_pool_t *pool, size_t size) in tee_mm_alloc() 341 bool tee_mm_is_empty(tee_mm_pool_t *pool) in tee_mm_is_empty() 357 tee_mm_pool_t tee_mm_sec_ddr; 360 tee_mm_pool_t tee_mm_vcore; 363 tee_mm_pool_t tee_mm_shm; [all …]
|
A D | mobj.c | 317 tee_mm_pool_t *pool) in mobj_mm_alloc()
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | boot.c | 324 static void carve_out_asan_mem(tee_mm_pool_t *pool) in carve_out_asan_mem() 355 static void carve_out_asan_mem(tee_mm_pool_t *pool __unused) in carve_out_asan_mem() 369 static void init_vcore(tee_mm_pool_t *mm_vcore) in init_vcore()
|
A D | virtualization.c | 28 tee_mm_pool_t virt_mapper_pool __nex_bss;
|
/optee_os-3.20.0/core/tee/ |
A D | tee_rpmb_fs.c | 2171 static TEE_Result read_fat(struct rpmb_file_handle *fh, tee_mm_pool_t *p) in read_fat() 2311 tee_mm_pool_t p; in rpmb_fs_open_internal() 2503 tee_mm_pool_t p = { }; in rpmb_fs_write_primitive() 2709 tee_mm_pool_t p; in rpmb_fs_truncate()
|
Completed in 15 milliseconds