Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dpgtable-bits.h131 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx()
138 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached()
151 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine()
/linux/drivers/video/fbdev/
H A Dgbefb.c48 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_UNCACHED_ACCELERATED) argument
50 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_CACHABLE_NO_WA) argument
/linux/arch/riscv/include/asm/
H A Dpgtable.h705 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx()
711 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached()
722 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine()