Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dpgtable-bits.h101 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_noncached() argument
103 return __pgprot(pgprot_val(_prot) | _PAGE_NO_EXEC); in pgprot_noncached()
108 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached()
110 unsigned long prot = pgprot_val(_prot);
121 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine()
123 unsigned long prot = pgprot_val(_prot);
114 pgprot_writecombine(pgprot_t _prot) pgprot_writecombine() argument
/linux/arch/csky/include/asm/
H A Dpgtable.h233 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument
235 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
243 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument
245 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine()
/linux/arch/riscv/include/asm/
H A Dpgtable.h631 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() argument
633 return __pgprot(pgprot_val(_prot) & ~_PAGE_EXEC); in pgprot_nx()
637 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument
639 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
648 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument
650 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine()
/linux/arch/nios2/include/asm/
H A Dpgtable.h96 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument
98 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
/linux/arch/mips/include/asm/
H A Dpgtable.h460 static inline pgprot_t pgprot_noncached(pgprot_t _prot) argument
462 unsigned long prot = pgprot_val(_prot);
471 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) argument
473 unsigned long prot = pgprot_val(_prot);
/linux/drivers/video/fbdev/
H A 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