Home
last modified time | relevance | path

Searched refs:_PAGE_NOCACHE_S (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/arch/m68k/mm/
Dkmap.c166 physaddr |= _PAGE_NOCACHE_S; in __ioremap()
308 cmode = _PAGE_NOCACHE_S; in kernel_set_cachemode()
/linux-2.4.37.9/include/asm-m68k/
Dsun3_pgtable.h26 #define _PAGE_NOCACHE_S 0x040 macro
Dmotorola_pgtable.h18 #define _PAGE_NOCACHE_S 0x040 /* 68040 no-cache mode, serialized */ macro
/linux-2.4.37.9/arch/m68k/kernel/
Dhead.S1025 mmu_map #0x80000000,#0,#0x01000000,#_PAGE_NOCACHE_S
1030 mmu_map_tt #1,#0x40000000,#0x20000000,#_PAGE_NOCACHE_S
1091 mmu_map #0xff000000,%d3,#0x01000000,#_PAGE_NOCACHE_S
1110 mmu_map_tt #1,#0xff000000,#0x01000000,#_PAGE_NOCACHE_S
1166 mmu_map_tt #1,#0xe0000000,#0x20000000,#_PAGE_NOCACHE_S
1186 mmu_map_tt #1,#0xe0000000,#0x20000000,#_PAGE_NOCACHE_S
1235 moveq #_PAGE_NOCACHE_S,%d3
1302 mmu_map_tt #1,#0x40000000,#0x40000000,#_PAGE_NOCACHE_S
/linux-2.4.37.9/drivers/char/
Dmem.c153 prot = (prot & _CACHEMASK040) | _PAGE_NOCACHE_S; in pgprot_noncached()
/linux-2.4.37.9/drivers/video/
Dfbmem.c663 pgprot_val(vma->vm_page_prot) |= _PAGE_NOCACHE_S; in fb_mmap()