Home
last modified time | relevance | path

Searched refs:SUN3_PAGE_NOCACHE (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-m68k/ !
Dsun3_pgtable.h32 #define SUN3_PAGE_NOCACHE (0x10000000) macro
46 | SUN3_PAGE_NOCACHE)
50 | SUN3_PAGE_NOCACHE)
53 | SUN3_PAGE_NOCACHE)
56 | SUN3_PAGE_NOCACHE)
60 | SUN3_PAGE_NOCACHE \
66 | SUN3_PAGE_NOCACHE)
179 static inline pte_t pte_mknocache(pte_t pte) { pte_val(pte) |= SUN3_PAGE_NOCACHE; return pte; } in pte_mknocache()
/linux-2.4.37.9/arch/m68k/sun3/ !
Dmmu_emu.c77 if (val & SUN3_PAGE_NOCACHE) printk (" nocache"); in print_pte()
95 flags[3] = (val & SUN3_PAGE_NOCACHE) ? 'x' : '-'; in print_pte()
/linux-2.4.37.9/drivers/char/ !
Dmem.c144 #ifdef SUN3_PAGE_NOCACHE in pgprot_noncached()
146 prot |= SUN3_PAGE_NOCACHE; in pgprot_noncached()
/linux-2.4.37.9/drivers/video/ !
Dfbmem.c656 pgprot_val(vma->vm_page_prot) |= SUN3_PAGE_NOCACHE; in fb_mmap()