Searched refs:mtype (Results 1 – 3 of 3) sorted by relevance
103 enum teecore_memtypes mtype; in dt_map_dev() local121 mtype = MEM_AREA_IO_SEC; in dt_map_dev()123 mtype = MEM_AREA_IO_NSEC; in dt_map_dev()126 mtype = MEM_AREA_IO_SEC; in dt_map_dev()129 mtype = MEM_AREA_IO_NSEC; in dt_map_dev()137 vbase = (vaddr_t)core_mmu_add_mapping(mtype, pbase, sz); in dt_map_dev()783 enum teecore_memtypes mtype = MEM_AREA_MAXTYPE; in init_external_dt() local801 mtype = core_mmu_get_type_by_pa(phys_dt); in init_external_dt()802 if (mtype == MEM_AREA_MAXTYPE) { in init_external_dt()810 dt->blob = phys_to_virt(phys_dt, mtype, dt_sz); in init_external_dt()
181 enum teecore_memtypes mtype = MEM_AREA_MAXTYPE; in caam_mem_is_cached_buf() local190 mtype = core_mmu_get_type_by_pa(virt_to_phys(buf)); in caam_mem_is_cached_buf()191 if (mtype == MEM_AREA_MAXTYPE) in caam_mem_is_cached_buf()
1910 enum teecore_memtypes mtype = MEM_AREA_SEC_RAM_OVERALL; in process_sp_pkg() local1918 sp_pkg_va = (vaddr_t)phys_to_virt(sp_pkg_pa, mtype, SMALL_PAGE_SIZE); in process_sp_pkg()1950 sp_pkg_va = (vaddr_t)phys_to_virt(sp_pkg_pa, mtype, sp_pkg_size); in process_sp_pkg()