Home
last modified time | relevance | path

Searched defs:mm (Results 1 – 20 of 20) sorted by relevance

/optee_os/core/arch/arm/mm/
A Dcore_mmu_private.h21 static inline bool core_mmap_is_end_of_table(const struct tee_mmap_region *mm) in core_mmap_is_end_of_table()
A Dtee_mm.c253 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 Dcore_mmu.c680 static bool __maybe_unused map_is_tee_ram(const struct tee_mmap_region *mm) in map_is_tee_ram()
698 static bool __maybe_unused map_is_secure(const struct tee_mmap_region *mm) in map_is_secure()
703 static bool __maybe_unused map_is_pgdir(const struct tee_mmap_region *mm) in map_is_pgdir()
1653 void core_mmu_map_region(struct mmu_partition *prtn, struct tee_mmap_region *mm) in core_mmu_map_region()
1715 struct tee_mmap_region *mm; in core_mmu_map_pages() local
1792 struct tee_mmap_region *mm = NULL; in core_mmu_map_contiguous_pages() local
1857 struct tee_mmap_region *mm; in core_mmu_unmap_pages() local
A Dcore_mmu_v7.c708 void map_memarea_sections(const struct tee_mmap_region *mm, uint32_t *ttb) in map_memarea_sections()
734 void core_init_mmu_prtn(struct mmu_partition *prtn, struct tee_mmap_region *mm) in core_init_mmu_prtn()
752 void core_init_mmu(struct tee_mmap_region *mm) in core_init_mmu()
A Dcore_mmu_lpae.c596 struct tee_mmap_region *mm) in core_init_mmu_prtn_tee()
774 void core_init_mmu_prtn(struct mmu_partition *prtn, struct tee_mmap_region *mm) in core_init_mmu_prtn()
780 void core_init_mmu(struct tee_mmap_region *mm) in core_init_mmu()
A Dmobj_dyn_shm.c38 tee_mm_entry_t *mm; member
A Dmobj_ffa.c21 tee_mm_entry_t *mm; member
A Dtee_pager.c379 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
/optee_os/core/mm/
A Dfobj.c143 tee_mm_entry_t *mm = NULL; in rwp_paged_iv_alloc() local
219 tee_mm_entry_t *mm = tee_mm_find(&tee_mm_sec_ddr, pa); in rwp_paged_iv_free() local
254 tee_mm_entry_t *mm = NULL; in rwp_unpaged_iv_alloc() local
329 tee_mm_entry_t *mm = NULL; in rwp_unpaged_iv_free() local
742 tee_mm_entry_t *mm; member
A Dmobj.c243 tee_mm_entry_t *mm; member
252 tee_mm_entry_t *mm = to_mobj_mm(mobj)->mm; in mobj_mm_offs() local
/optee_os/core/arch/arm/kernel/
A Dthread_spmc.c42 tee_mm_entry_t *mm; member
163 tee_mm_entry_t *mm = NULL; in map_buf() local
185 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 Dboot.c283 tee_mm_entry_t *mm; in carve_out_asan_mem() local
378 static struct fobj *ro_paged_alloc(tee_mm_entry_t *mm, void *hashes, in ro_paged_alloc()
406 tee_mm_entry_t *mm = NULL; in init_runtime() local
A Dthread.c1006 tee_mm_entry_t *mm = NULL; in init_thread_stacks() local
/optee_os/lib/libmbedtls/mbedtls/library/
A Dbignum.c2177 static void mpi_montg_init( mbedtls_mpi_uint *mm, const mbedtls_mpi *N ) in mpi_montg_init()
2191 void mbedtls_mpi_montg_init( mbedtls_mpi_uint *mm, const mbedtls_mpi *N ) in mbedtls_mpi_montg_init()
2218 … void mpi_montmul( mbedtls_mpi *A, const mbedtls_mpi *B, const mbedtls_mpi *N, mbedtls_mpi_uint mm, in mpi_montmul()
2265 …edtls_mpi_montmul( mbedtls_mpi *A, const mbedtls_mpi *B, const mbedtls_mpi *N, mbedtls_mpi_uint mm, in mbedtls_mpi_montmul()
2277 mbedtls_mpi_uint mm, const mbedtls_mpi *T ) in mpi_montred()
2289 mbedtls_mpi_uint mm, const mbedtls_mpi *T ) in mbedtls_mpi_montred()
2370 mbedtls_mpi_uint ei, mm, state; in mbedtls_mpi_exp_mod() local
A Decp.c2116 mbedtls_mpi M, mm; in ecp_comb_recode_scalar() local
/optee_os/core/kernel/
A Dree_fs_ta.c557 tee_mm_entry_t *mm; member
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_pk.h758 mm, /* minute */ member
779 mm, /* minute */ member
/optee_os/core/tee/
A Dtee_rpmb_fs.c2174 tee_mm_entry_t *mm = NULL; in read_fat() local
2555 tee_mm_entry_t *mm = tee_mm_alloc(&p, new_size); in rpmb_fs_write_primitive() local
2707 tee_mm_entry_t *mm; in rpmb_fs_truncate() local
/optee_os/core/arch/arm/include/mm/
A Dcore_mmu.h575 static inline bool core_mmu_is_dynamic_vaspace(struct tee_mmap_region *mm) in core_mmu_is_dynamic_vaspace()
/optee_os/core/lib/libtomcrypt/
A Dmpi_desc.c527 mbedtls_mpi_uint *mm = c; in montgomery_reduce() local

Completed in 66 milliseconds