/optee_os-3.20.0/core/mm/ |
A D | tee_mm.c | 253 tee_mm_entry_t *mm; in tee_mm_alloc2() local 327 size_t tee_mm_get_bytes(const tee_mm_entry_t *mm) in tee_mm_get_bytes() 391 uintptr_t tee_mm_get_smem(const tee_mm_entry_t *mm) in tee_mm_get_smem()
|
A D | fobj.c | 144 tee_mm_entry_t *mm = NULL; in rwp_paged_iv_alloc() local 220 tee_mm_entry_t *mm = tee_mm_find(&tee_mm_sec_ddr, pa); in rwp_paged_iv_free() local 255 tee_mm_entry_t *mm = NULL; in rwp_unpaged_iv_alloc() local 330 tee_mm_entry_t *mm = NULL; in rwp_unpaged_iv_free() local 744 tee_mm_entry_t *mm; member
|
A D | core_mmu.c | 756 static bool __maybe_unused map_is_tee_ram(const struct tee_mmap_region *mm) in map_is_tee_ram() 774 static bool __maybe_unused map_is_secure(const struct tee_mmap_region *mm) in map_is_secure() 779 static bool __maybe_unused map_is_pgdir(const struct tee_mmap_region *mm) in map_is_pgdir() 1654 void core_mmu_map_region(struct mmu_partition *prtn, struct tee_mmap_region *mm) in core_mmu_map_region() 1719 struct tee_mmap_region *mm; in core_mmu_map_pages() local 1796 struct tee_mmap_region *mm = NULL; in core_mmu_map_contiguous_pages() local 1861 struct tee_mmap_region *mm; in core_mmu_unmap_pages() local
|
A D | mobj.c | 245 tee_mm_entry_t *mm; member 254 tee_mm_entry_t *mm = to_mobj_mm(mobj)->mm; in mobj_mm_offs() local
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | thread_spmc.c | 41 tee_mm_entry_t *mm; member 162 tee_mm_entry_t *mm = NULL; in map_buf() local 184 tee_mm_entry_t *mm = tee_mm_find(&tee_mm_shm, (vaddr_t)va); in unmap_buf() local 662 static int add_mem_share(tee_mm_entry_t *mm, void *buf, size_t blen, in add_mem_share() 733 tee_mm_entry_t *mm = NULL; in handle_mem_share_tmem() local 855 tee_mm_entry_t *mm = NULL; in handle_mem_frag_tx() local
|
A D | boot.c | 327 tee_mm_entry_t *mm; in carve_out_asan_mem() local 422 static struct fobj *ro_paged_alloc(tee_mm_entry_t *mm, void *hashes, in ro_paged_alloc() 451 tee_mm_entry_t *mm = NULL; in init_runtime() local
|
A D | secure_partition.c | 672 tee_mm_entry_t *mm = NULL; in handle_fdt_mem_regions() local 1104 tee_mm_entry_t *mm = NULL; in process_sp_pkg() local
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | bignum.c | 1922 static void mpi_montg_init( mbedtls_mpi_uint *mm, const mbedtls_mpi *N ) in mpi_montg_init() 1936 void mbedtls_mpi_montg_init( mbedtls_mpi_uint *mm, const mbedtls_mpi *N ) in mbedtls_mpi_montg_init() 1963 … void mpi_montmul( mbedtls_mpi *A, const mbedtls_mpi *B, const mbedtls_mpi *N, mbedtls_mpi_uint mm, in mpi_montmul() 2010 …edtls_mpi_montmul( mbedtls_mpi *A, const mbedtls_mpi *B, const mbedtls_mpi *N, mbedtls_mpi_uint mm, in mbedtls_mpi_montmul() 2022 mbedtls_mpi_uint mm, const mbedtls_mpi *T ) in mpi_montred() 2034 mbedtls_mpi_uint mm, const mbedtls_mpi *T ) in mbedtls_mpi_montred() 2079 mbedtls_mpi_uint ei, mm, state; in mbedtls_mpi_exp_mod() local
|
A D | ecp.c | 2115 mbedtls_mpi M, mm; in ecp_comb_recode_scalar() local
|
/optee_os-3.20.0/core/arch/arm/mm/ |
A D | core_mmu_v7.c | 726 void map_memarea_sections(const struct tee_mmap_region *mm, uint32_t *ttb) in map_memarea_sections() 752 void core_init_mmu_prtn(struct mmu_partition *prtn, struct tee_mmap_region *mm) in core_init_mmu_prtn() 765 void core_init_mmu(struct tee_mmap_region *mm) in core_init_mmu()
|
A D | core_mmu_lpae.c | 611 struct tee_mmap_region *mm) in core_init_mmu_prtn_tee() 789 void core_init_mmu_prtn(struct mmu_partition *prtn, struct tee_mmap_region *mm) in core_init_mmu_prtn() 795 void core_init_mmu(struct tee_mmap_region *mm) in core_init_mmu()
|
A D | mobj_dyn_shm.c | 38 tee_mm_entry_t *mm; member
|
A D | mobj_ffa.c | 20 tee_mm_entry_t *mm; member
|
A D | tee_pager.c | 379 void tee_pager_set_alias_area(tee_mm_entry_t *mm) in tee_pager_set_alias_area() 1999 tee_mm_entry_t *mm = NULL; in tee_pager_alloc() local 2029 tee_mm_entry_t *mm = NULL; in tee_pager_init_iv_region() local
|
A D | pgt_cache.c | 46 tee_mm_entry_t *mm; member
|
/optee_os-3.20.0/core/arch/arm/include/kernel/ |
A D | secure_partition.h | 101 tee_mm_entry_t *mm; member
|
/optee_os-3.20.0/core/include/mm/ |
A D | core_mmu.h | 475 static inline bool core_mmu_is_dynamic_vaspace(struct tee_mmap_region *mm) in core_mmu_is_dynamic_vaspace() 632 static inline bool core_mmap_is_end_of_table(const struct tee_mmap_region *mm) in core_mmap_is_end_of_table()
|
/optee_os-3.20.0/core/kernel/ |
A D | ree_fs_ta.c | 669 tee_mm_entry_t *mm; member
|
A D | thread.c | 401 tee_mm_entry_t *mm = NULL; in init_thread_stacks() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_pk.h | 766 mm, /* minute */ member 787 mm, /* minute */ member
|
/optee_os-3.20.0/core/tee/ |
A D | tee_rpmb_fs.c | 2174 tee_mm_entry_t *mm = NULL; in read_fat() local 2559 tee_mm_entry_t *mm = tee_mm_alloc(&p, new_size); in rpmb_fs_write_primitive() local 2711 tee_mm_entry_t *mm; in rpmb_fs_truncate() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | mpi_desc.c | 527 mbedtls_mpi_uint *mm = c; in montgomery_reduce() local
|