Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Dmotorola_pgtable.h20 #define _PAGE_CACHE040 0x020 /* 68040 cache mode, cachable, copyback */ macro
61 #define m68k_supervisor_cachemode _PAGE_CACHE040
69 #define mm_cachebits _PAGE_CACHE040
H A Dmcf_pgtable.h41 #define _PAGE_CACHE040 0x020 /* 68040 cache mode, cachable, copyback */ macro
/linux/arch/m68k/kernel/
H A Ddma.c20 pgprot_val(prot) &= ~_PAGE_CACHE040; in pgprot_dmacoherent()
H A Dhead.S740 movew #_PAGE_CACHE040,%d0
/linux/arch/m68k/mm/
H A Dkmap.c224 physaddr |= _PAGE_CACHE040; in __ioremap()
336 cmode = _PAGE_CACHE040; in kernel_set_cachemode()
H A Dmotorola.c445 mm_cachebits = _PAGE_CACHE040; in paging_init()
448 pgprot_val(protection_map[i]) |= _PAGE_CACHE040; in paging_init()