Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/
Dgbefb.c49 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_UNCACHED_ACCELERATED) argument
51 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_CACHABLE_NO_WA) argument
55 #define pgprot_fb(_prot) (((_prot) & ~_PAGE_CACHE_MASK) | \ argument
/linux-4.4.14/arch/mips/include/asm/
Dpgtable.h406 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached()
417 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine()
/linux-4.4.14/arch/nios2/include/asm/
Dpgtable.h119 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached()
/linux-4.4.14/arch/score/include/asm/
Dpgtable.h153 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached()
/linux-4.4.14/arch/m32r/include/asm/
Dpgtable.h265 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached()