Home
last modified time | relevance | path

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

/linux-6.12.1/arch/m68k/include/asm/
Dvideo.h17 pgprot_val(prot) |= _PAGE_NOCACHE030; in pgprot_framebuffer()
Dpgtable_mm.h176 ? (__pgprot(pgprot_val(prot) | _PAGE_NOCACHE030)) \
Dsun3_pgtable.h25 #define _PAGE_NOCACHE030 0x040 macro
Dmcf_pgtable.h23 #define _PAGE_NOCACHE030 CF_PAGE_NOCACHE macro
Dmotorola_pgtable.h17 #define _PAGE_NOCACHE030 0x040 /* 68030 no-cache mode */ macro
/linux-6.12.1/arch/m68k/kernel/
Ddma.c23 pgprot_val(prot) |= _PAGE_NOCACHE030; in pgprot_dmacoherent()
Dhead.S966 mmu_map #0x80000000,#0,#0x02000000,#_PAGE_NOCACHE030
967 mmu_map_tt #1,#0x40000000,#0x20000000,#_PAGE_NOCACHE030
1013 mmu_map #0xff000000,%d3,#0x01000000,#_PAGE_NOCACHE030
1058 mmu_map #0xf0000000,#0,#0x02000000,#_PAGE_NOCACHE030
1084 mmu_map_tt #1,#0xe0000000,#0x20000000,#_PAGE_NOCACHE030
1176 moveq #_PAGE_NOCACHE030,%d3
1257 mmu_map #0x80000000,#0,#0x02000000,#_PAGE_NOCACHE030
/linux-6.12.1/arch/m68k/mm/
Dkmap.c244 physaddr |= _PAGE_NOCACHE030; in __ioremap()
354 cmode = _PAGE_NOCACHE030; in kernel_set_cachemode()