Home
last modified time | relevance | path

Searched defs:_prot (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/drivers/video/ !
Dgbefb.c55 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_UNCACHED_ACCELERATED) argument
57 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_CACHABLE_NO_WA) argument
61 #define pgprot_fb(_prot) ((_prot) | _PAGE_PCD) argument
/linux-3.3/arch/mips/include/asm/ !
Dpgtable.h333 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached()
/linux-3.3/arch/score/include/asm/ !
Dpgtable.h165 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached()
/linux-3.3/arch/m32r/include/asm/ !
Dpgtable.h276 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached()