Home
last modified time | relevance | path

Searched refs:_PAGE_NOCACHE_S (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/arch/m68k/include/asm/
Dvideo.h21 pgprot_val(prot) |= _PAGE_NOCACHE_S; in pgprot_framebuffer()
Dpgtable_mm.h178 ? (__pgprot((pgprot_val(prot) & _CACHEMASK040) | _PAGE_NOCACHE_S)) \
Dsun3_pgtable.h27 #define _PAGE_NOCACHE_S 0x040 macro
Dmcf_pgtable.h42 #define _PAGE_NOCACHE_S 0x040 /* 68040 no-cache mode, serialized */ macro
Dmotorola_pgtable.h19 #define _PAGE_NOCACHE_S 0x040 /* 68040 no-cache mode, serialized */ macro
/linux-6.12.1/arch/m68k/kernel/
Ddma.c21 pgprot_val(prot) |= _PAGE_GLOBAL040 | _PAGE_NOCACHE_S; in pgprot_dmacoherent()
Dhead.S953 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/
Dkmap.c228 physaddr |= _PAGE_NOCACHE_S; in __ioremap()
340 cmode = _PAGE_NOCACHE_S; in kernel_set_cachemode()