Searched refs:_PAGE_NOCACHE_S (Results 1 – 7 of 7) sorted by relevance
/linux/arch/m68k/kernel/ |
H A D | dma.c | 21 pgprot_val(prot) |= _PAGE_GLOBAL040 | _PAGE_NOCACHE_S; in pgprot_dmacoherent()
|
H A D | head.S | 953 mmu_map #0x80000000,#0,#0x01000000,#_PAGE_NOCACHE_S 958 mmu_map_tt #1,#0x40000000,#0x20000000,#_PAGE_NOCACHE_S 1019 mmu_map #0xff000000,%d3,#0x01000000,#_PAGE_NOCACHE_S 1038 mmu_map_tt #1,#0xff000000,#0x01000000,#_PAGE_NOCACHE_S 1066 mmu_map #0xf0000000,#0,#0x01000000,#_PAGE_NOCACHE_S 1108 mmu_map_tt #1,#0xe0000000,#0x20000000,#_PAGE_NOCACHE_S 1128 mmu_map_tt #1,#0xe0000000,#0x20000000,#_PAGE_NOCACHE_S 1173 moveq #_PAGE_NOCACHE_S,%d3 1240 mmu_map_tt #1,#0x40000000,#0x40000000,#_PAGE_NOCACHE_S 1248 mmu_map_tt #1,#0xFF000000,#0x01000000,#_PAGE_NOCACHE_S
|
/linux/arch/m68k/mm/ |
H A D | kmap.c | 228 physaddr |= _PAGE_NOCACHE_S; in __ioremap() 340 cmode = _PAGE_NOCACHE_S; in kernel_set_cachemode()
|
/linux/arch/m68k/include/asm/ |
H A D | pgtable_mm.h | 178 ? (__pgprot((pgprot_val(prot) & _CACHEMASK040) | _PAGE_NOCACHE_S)) \
|
H A D | sun3_pgtable.h | 27 #define _PAGE_NOCACHE_S 0x040 macro
|
H A D | mcf_pgtable.h | 42 #define _PAGE_NOCACHE_S 0x040 /* 68040 no-cache mode, serialized */ macro
|
H A D | motorola_pgtable.h | 19 #define _PAGE_NOCACHE_S 0x040 /* 68040 no-cache mode, serialized */ macro
|