Searched refs:_PAGE_NOCACHE_S (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.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 | 172 ? (__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-v5.10/arch/m68k/kernel/ |
D | dma.c | 30 pgprot_val(prot) |= _PAGE_GLOBAL040 | _PAGE_NOCACHE_S; in pgprot_dmacoherent()
|
D | head.S | 947 mmu_map #0x80000000,#0,#0x01000000,#_PAGE_NOCACHE_S 952 mmu_map_tt #1,#0x40000000,#0x20000000,#_PAGE_NOCACHE_S 1013 mmu_map #0xff000000,%d3,#0x01000000,#_PAGE_NOCACHE_S 1032 mmu_map_tt #1,#0xff000000,#0x01000000,#_PAGE_NOCACHE_S 1060 mmu_map #0xf0000000,#0,#0x01000000,#_PAGE_NOCACHE_S 1102 mmu_map_tt #1,#0xe0000000,#0x20000000,#_PAGE_NOCACHE_S 1122 mmu_map_tt #1,#0xe0000000,#0x20000000,#_PAGE_NOCACHE_S 1167 moveq #_PAGE_NOCACHE_S,%d3 1234 mmu_map_tt #1,#0x40000000,#0x40000000,#_PAGE_NOCACHE_S
|
/Linux-v5.10/arch/m68k/mm/ |
D | kmap.c | 223 physaddr |= _PAGE_NOCACHE_S; in __ioremap() 332 cmode = _PAGE_NOCACHE_S; in kernel_set_cachemode()
|