Searched refs:_PAGE_NOCACHE_S (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/arch/m68k/include/asm/ |
D | video.h | 21 pgprot_val(prot) |= _PAGE_NOCACHE_S; in pgprot_framebuffer()
|
D | pgtable_mm.h | 178 ? (__pgprot((pgprot_val(prot) & _CACHEMASK040) | _PAGE_NOCACHE_S)) \
|
D | sun3_pgtable.h | 27 #define _PAGE_NOCACHE_S 0x040 macro
|
D | mcf_pgtable.h | 42 #define _PAGE_NOCACHE_S 0x040 /* 68040 no-cache mode, serialized */ macro
|
D | motorola_pgtable.h | 19 #define _PAGE_NOCACHE_S 0x040 /* 68040 no-cache mode, serialized */ macro
|
/linux-6.12.1/arch/m68k/kernel/ |
D | dma.c | 21 pgprot_val(prot) |= _PAGE_GLOBAL040 | _PAGE_NOCACHE_S; in pgprot_dmacoherent()
|
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-6.12.1/arch/m68k/mm/ |
D | kmap.c | 228 physaddr |= _PAGE_NOCACHE_S; in __ioremap() 340 cmode = _PAGE_NOCACHE_S; in kernel_set_cachemode()
|