Searched refs:_PAGE_NOCACHE_S (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/arch/m68k/include/asm/ |
D | fb.h | 26 pgprot_val(vma->vm_page_prot) |= _PAGE_NOCACHE_S; in fb_pgprotect()
|
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 | motorola_pgtable.h | 19 #define _PAGE_NOCACHE_S 0x040 /* 68040 no-cache mode, serialized */ macro
|
D | mcf_pgtable.h | 42 #define _PAGE_NOCACHE_S 0x040 /* 68040 no-cache mode, serialized */ macro
|
/linux-5.19.10/arch/m68k/kernel/ |
D | dma.c | 30 pgprot_val(prot) |= _PAGE_GLOBAL040 | _PAGE_NOCACHE_S; in pgprot_dmacoherent()
|
D | head.S | 957 mmu_map #0x80000000,#0,#0x01000000,#_PAGE_NOCACHE_S 962 mmu_map_tt #1,#0x40000000,#0x20000000,#_PAGE_NOCACHE_S 1023 mmu_map #0xff000000,%d3,#0x01000000,#_PAGE_NOCACHE_S 1042 mmu_map_tt #1,#0xff000000,#0x01000000,#_PAGE_NOCACHE_S 1070 mmu_map #0xf0000000,#0,#0x01000000,#_PAGE_NOCACHE_S 1112 mmu_map_tt #1,#0xe0000000,#0x20000000,#_PAGE_NOCACHE_S 1132 mmu_map_tt #1,#0xe0000000,#0x20000000,#_PAGE_NOCACHE_S 1177 moveq #_PAGE_NOCACHE_S,%d3 1244 mmu_map_tt #1,#0x40000000,#0x40000000,#_PAGE_NOCACHE_S 1252 mmu_map_tt #1,#0xFF000000,#0x01000000,#_PAGE_NOCACHE_S
|
/linux-5.19.10/arch/m68k/mm/ |
D | kmap.c | 228 physaddr |= _PAGE_NOCACHE_S; in __ioremap() 340 cmode = _PAGE_NOCACHE_S; in kernel_set_cachemode()
|