Home
last modified time | relevance | path

Searched refs:_CACHE_UNCACHED (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/include/asm-mips/
Dpgtable-bits.h59 #define _CACHE_UNCACHED (2<<3) macro
77 #define _CACHE_UNCACHED (1<<11) macro
95 #define _CACHE_UNCACHED (2<<9) macro
104 #define _CACHE_UNCACHED (2<<9) /* R4[0246]00 */ macro
121 #define PAGE_CACHABLE_DEFAULT _CACHE_UNCACHED
Dio.h86 __ioremap((offset), (size), _CACHE_UNCACHED)
108 __ioremap((offset), (size), _CACHE_UNCACHED)
Dpgtable-32.h93 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pgprot_noncached()
Dpgtable-64.h98 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pgprot_noncached()
Dpgtable.h102 __WRITEABLE | _PAGE_GLOBAL | _CACHE_UNCACHED)
/linux-2.4.37.9/include/asm-mips64/
Dpgtable-bits.h49 #define _CACHE_UNCACHED (1<<11) macro
67 #define _CACHE_UNCACHED (2<<9) macro
76 #define _CACHE_UNCACHED (2<<9) /* R4[0246]00 */ macro
92 #define PAGE_CACHABLE_DEFAULT _CACHE_UNCACHED
Dpgtable.h130 __WRITEABLE | _PAGE_GLOBAL | _CACHE_UNCACHED)
400 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED; in pgprot_noncached()
/linux-2.4.37.9/arch/mips/mm/
Dioremap.c142 flags == _CACHE_UNCACHED) in __ioremap()
/linux-2.4.37.9/drivers/video/
Depson1356fb.c2121 pgprot_val(vma->vm_page_prot) &= ~_CACHE_UNCACHED; in e1356fb_mmap()
2123 pgprot_val(vma->vm_page_prot) |= _CACHE_UNCACHED; in e1356fb_mmap()