Home
last modified time | relevance | path

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

/linux-6.14.4/arch/loongarch/include/asm/
Dpgtable-bits.h101 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx()
108 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached()
121 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine()
/linux-6.14.4/arch/csky/include/asm/
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-6.14.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
/linux-6.14.4/arch/mips/include/asm/
Dpgtable.h460 static inline pgprot_t pgprot_noncached(pgprot_t _prot)
471 static inline pgprot_t pgprot_writecombine(pgprot_t _prot)
/linux-6.14.4/arch/riscv/include/asm/
Dpgtable.h631 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx()
637 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached()
648 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine()
/linux-6.14.4/arch/nios2/include/asm/
Dpgtable.h96 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached()
/linux-6.14.4/arch/x86/mm/
Dinit_64.c597 unsigned long page_size_mask, pgprot_t _prot, bool init) in phys_pud_init()
/linux-6.14.4/arch/powerpc/mm/book3s64/
Dradix_pgtable.c298 int nid, pgprot_t _prot, in create_physical_mapping()