Searched refs:mtype (Results 1 – 3 of 3) sorted by relevance
196 enum teecore_memtypes mtype = MEM_AREA_END; in stm32_rng_init() local228 mtype = MEM_AREA_IO_NSEC; in stm32_rng_init()231 mtype = MEM_AREA_IO_SEC; in stm32_rng_init()235 stm32_rng->base.va = (vaddr_t)phys_to_virt(dt_info.reg, mtype, in stm32_rng_init()
91 enum teecore_memtypes mtype; in dt_map_dev() local111 mtype = MEM_AREA_IO_SEC; in dt_map_dev()113 mtype = MEM_AREA_IO_NSEC; in dt_map_dev()116 vbase = (vaddr_t)core_mmu_add_mapping(mtype, pbase, sz); in dt_map_dev()
180 enum teecore_memtypes mtype = MEM_AREA_MAXTYPE; in caam_mem_is_cached_buf() local189 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()
Completed in 8 milliseconds