Searched refs:mmu_map (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/m68k/kernel/ |
| H A D | head.S | 67 * First, you will find a routine call "mmu_map" which maps 87 * mmu_map 89 * mmu_map was written for two key reasons. First, it was clear 94 * mmu_map requires some parameters: 96 * mmu_map (logical, physical, length, cache_type) 442 func_define mmu_map,4 457 mmu_map \arg1,\arg1,\arg2,\arg3 932 mmu_map #PAGE_OFFSET,%pc@(L(phys_kernel_start)),%d1,\ 953 mmu_map #0x80000000,#0,#0x01000000,#_PAGE_NOCACHE_S 966 mmu_map # [all...] |
| /linux/drivers/staging/media/meson/vdec/ |
| H A 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()
|