Searched refs:mmu_map (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/arch/m68k/kernel/ |
D | head.S | 446 func_define mmu_map,4 461 mmu_map \arg1,\arg1,\arg2,\arg3 936 mmu_map #PAGE_OFFSET,%pc@(L(phys_kernel_start)),%d1,\ 957 mmu_map #0x80000000,#0,#0x01000000,#_PAGE_NOCACHE_S 970 mmu_map #0x80000000,#0,#0x02000000,#_PAGE_NOCACHE030 1017 mmu_map #0xff000000,%d3,#0x01000000,#_PAGE_NOCACHE030 1023 mmu_map #0xff000000,%d3,#0x01000000,#_PAGE_NOCACHE_S 1062 mmu_map #0xf0000000,#0,#0x02000000,#_PAGE_NOCACHE030 1070 mmu_map #0xf0000000,#0,#0x01000000,#_PAGE_NOCACHE_S 1190 mmu_map #VIDEOMEMBASE,%d0,#VIDEOMEMSIZE,%d3 [all …]
|
/linux-5.19.10/drivers/staging/media/meson/vdec/ |
D | codec_hevc_common.c | 285 u32 *mmu_map = comm->mmu_map_vaddr; in codec_hevc_fill_mmu_map() local 295 mmu_map[i] = first_page + i; in codec_hevc_fill_mmu_map()
|
/linux-5.19.10/drivers/staging/media/atomisp/pci/mmu/ |
D | isp_mmu.c | 317 static int mmu_map(struct isp_mmu *mmu, unsigned int isp_virt, in mmu_map() function 489 return mmu_map(mmu, isp_virt, phys, pgnr); in isp_mmu_map()
|