Home
last modified time | relevance | path

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

/linux/arch/csky/include/asm/
H A Dpgtable.h233 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached()
243 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine()
/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
/linux/arch/mips/include/asm/
H A Dpgtable.h460 static inline pgprot_t pgprot_noncached(pgprot_t _prot)
471 static inline pgprot_t pgprot_writecombine(pgprot_t _prot)
/linux/arch/riscv/include/asm/
H A Dpgtable.h641 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx()
647 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached()
658 static inline pgprot_t pgprot_writecombine(pgprot_t _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()
/linux/arch/x86/mm/
H A Dinit_64.c593 unsigned long page_size_mask, pgprot_t _prot, bool init) in phys_pud_init()
/linux/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c298 int nid, pgprot_t _prot, in create_physical_mapping()