Searched refs:_PAGE_NOCACHE_S (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/m68k/mm/ |
D | kmap.c | 166 physaddr |= _PAGE_NOCACHE_S; in __ioremap() 308 cmode = _PAGE_NOCACHE_S; in kernel_set_cachemode()
|
/linux-2.4.37.9/include/asm-m68k/ |
D | sun3_pgtable.h | 26 #define _PAGE_NOCACHE_S 0x040 macro
|
D | motorola_pgtable.h | 18 #define _PAGE_NOCACHE_S 0x040 /* 68040 no-cache mode, serialized */ macro
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | head.S | 1025 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/ |
D | mem.c | 153 prot = (prot & _CACHEMASK040) | _PAGE_NOCACHE_S; in pgprot_noncached()
|
/linux-2.4.37.9/drivers/video/ |
D | fbmem.c | 663 pgprot_val(vma->vm_page_prot) |= _PAGE_NOCACHE_S; in fb_mmap()
|