Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dhead.S445 func_define mmu_map,4
460 mmu_map \arg1,\arg1,\arg2,\arg3
926 mmu_map #PAGE_OFFSET,%pc@(L(phys_kernel_start)),%d1,\
947 mmu_map #0x80000000,#0,#0x01000000,#_PAGE_NOCACHE_S
960 mmu_map #0x80000000,#0,#0x02000000,#_PAGE_NOCACHE030
1007 mmu_map #0xff000000,%d3,#0x01000000,#_PAGE_NOCACHE030
1013 mmu_map #0xff000000,%d3,#0x01000000,#_PAGE_NOCACHE_S
1052 mmu_map #0xf0000000,#0,#0x02000000,#_PAGE_NOCACHE030
1060 mmu_map #0xf0000000,#0,#0x01000000,#_PAGE_NOCACHE_S
1180 mmu_map #VIDEOMEMBASE,%d0,#VIDEOMEMSIZE,%d3
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/
H A Dcodec_hevc_common.c285 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()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/mmu/
H A Disp_mmu.c317 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()