Home
last modified time | relevance | path

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

/Linux-v5.4/arch/csky/include/asm/
Dpgtable.h257 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument
259 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
267 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument
269 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine()
/Linux-v5.4/arch/mips/include/asm/
Dpgtable.h420 static inline pgprot_t pgprot_noncached(pgprot_t _prot) argument
422 unsigned long prot = pgprot_val(_prot);
431 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) argument
433 unsigned long prot = pgprot_val(_prot);
/Linux-v5.4/arch/nios2/include/asm/
Dpgtable.h120 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument
122 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
/Linux-v5.4/drivers/video/fbdev/
Dgbefb.c47 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_UNCACHED_ACCELERATED) argument
49 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_CACHABLE_NO_WA) argument