Home
last modified time | relevance | path

Searched refs:mtype (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/core/kernel/
A Ddt.c92 enum teecore_memtypes mtype; in dt_map_dev() local
114 mtype = MEM_AREA_IO_SEC; in dt_map_dev()
116 mtype = MEM_AREA_IO_NSEC; in dt_map_dev()
119 mtype = MEM_AREA_IO_SEC; in dt_map_dev()
122 mtype = MEM_AREA_IO_NSEC; in dt_map_dev()
130 vbase = (vaddr_t)core_mmu_add_mapping(mtype, pbase, sz); in dt_map_dev()
/optee_os-3.20.0/core/drivers/crypto/caam/utils/
A Dutils_mem.c180 enum teecore_memtypes mtype = MEM_AREA_MAXTYPE; in caam_mem_is_cached_buf() local
189 mtype = core_mmu_get_type_by_pa(virt_to_phys(buf)); in caam_mem_is_cached_buf()
190 if (mtype == MEM_AREA_MAXTYPE) in caam_mem_is_cached_buf()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dsecure_partition.c1101 enum teecore_memtypes mtype = MEM_AREA_RAM_SEC; in process_sp_pkg() local
1121 if (core_mmu_map_contiguous_pages(sp_pkg_va, sp_pkg_pa, 1, mtype)) { in process_sp_pkg()
1171 mtype)) { in process_sp_pkg()

Completed in 9 milliseconds