Home
last modified time | relevance | path

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

/Linux-v5.15/arch/csky/include/asm/
Dpgtable.h235 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached()
245 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine()
/Linux-v5.15/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
/Linux-v5.15/arch/mips/include/asm/
Dpgtable.h454 static inline pgprot_t pgprot_noncached(pgprot_t _prot)
465 static inline pgprot_t pgprot_writecombine(pgprot_t _prot)
/Linux-v5.15/arch/nios2/include/asm/
Dpgtable.h112 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached()
/Linux-v5.15/arch/powerpc/mm/book3s64/
Dradix_pgtable.c272 int nid, pgprot_t _prot) in create_physical_mapping()
/Linux-v5.15/arch/x86/mm/
Dinit_64.c589 unsigned long page_size_mask, pgprot_t _prot, bool init) in phys_pud_init()