SUN3_PAGE_NOCACHE   15 arch/m68k/include/asm/fb.h 	pgprot_val(vma->vm_page_prot) |= SUN3_PAGE_NOCACHE;
SUN3_PAGE_NOCACHE  158 arch/m68k/include/asm/pgtable_mm.h #ifdef SUN3_PAGE_NOCACHE
SUN3_PAGE_NOCACHE  159 arch/m68k/include/asm/pgtable_mm.h # define __SUN3_PAGE_NOCACHE	SUN3_PAGE_NOCACHE
SUN3_PAGE_NOCACHE   47 arch/m68k/include/asm/sun3_pgtable.h 				 | SUN3_PAGE_NOCACHE)
SUN3_PAGE_NOCACHE   51 arch/m68k/include/asm/sun3_pgtable.h 				 | SUN3_PAGE_NOCACHE)
SUN3_PAGE_NOCACHE   54 arch/m68k/include/asm/sun3_pgtable.h 				 | SUN3_PAGE_NOCACHE)
SUN3_PAGE_NOCACHE   57 arch/m68k/include/asm/sun3_pgtable.h 				 | SUN3_PAGE_NOCACHE)
SUN3_PAGE_NOCACHE   61 arch/m68k/include/asm/sun3_pgtable.h 				 | SUN3_PAGE_NOCACHE \
SUN3_PAGE_NOCACHE   67 arch/m68k/include/asm/sun3_pgtable.h 				 | SUN3_PAGE_NOCACHE)
SUN3_PAGE_NOCACHE  178 arch/m68k/include/asm/sun3_pgtable.h static inline pte_t pte_mknocache(pte_t pte)	{ pte_val(pte) |= SUN3_PAGE_NOCACHE; return pte; }
SUN3_PAGE_NOCACHE   82 arch/m68k/sun3/mmu_emu.c 	if (val & SUN3_PAGE_NOCACHE)	pr_cont(" nocache");
SUN3_PAGE_NOCACHE  100 arch/m68k/sun3/mmu_emu.c 	flags[3] = (val & SUN3_PAGE_NOCACHE)   ? 'x' : '-';