Home
last modified time | relevance | path

Searched refs:_PAGE_CACHE040 (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/arch/m68k/include/asm/
Dmotorola_pgtable.h20 #define _PAGE_CACHE040 0x020 /* 68040 cache mode, cachable, copyback */ macro
58 #define m68k_supervisor_cachemode _PAGE_CACHE040
66 #define mm_cachebits _PAGE_CACHE040
Dmcf_pgtable.h41 #define _PAGE_CACHE040 0x020 /* 68040 cache mode, cachable, copyback */ macro
/linux-6.1.9/arch/m68k/kernel/
Ddma.c29 pgprot_val(prot) &= ~_PAGE_CACHE040; in pgprot_dmacoherent()
Dhead.S744 movew #_PAGE_CACHE040,%d0
/linux-6.1.9/arch/m68k/mm/
Dkmap.c224 physaddr |= _PAGE_CACHE040; in __ioremap()
336 cmode = _PAGE_CACHE040; in kernel_set_cachemode()
Dmotorola.c433 mm_cachebits = _PAGE_CACHE040; in paging_init()
436 pgprot_val(protection_map[i]) |= _PAGE_CACHE040; in paging_init()