Home
last modified time | relevance | path

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

/linux-5.19.10/arch/loongarch/include/asm/
Dpgtable-bits.h109 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument
111 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
120 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument
122 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine()
/linux-5.19.10/arch/csky/include/asm/
Dpgtable.h236 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument
238 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
246 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument
248 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine()
/linux-5.19.10/arch/nios2/include/asm/
Dpgtable.h112 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument
114 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
/linux-5.19.10/arch/riscv/include/asm/
Dpgtable.h554 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument
556 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
565 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument
567 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine()
/linux-5.19.10/arch/mips/include/asm/
Dpgtable.h472 static inline pgprot_t pgprot_noncached(pgprot_t _prot) argument
474 unsigned long prot = pgprot_val(_prot);
483 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) argument
485 unsigned long prot = pgprot_val(_prot);
/linux-5.19.10/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-5.19.10/arch/powerpc/mm/book3s64/
Dradix_pgtable.c271 int nid, pgprot_t _prot) in create_physical_mapping() argument
310 prot = _prot; in create_physical_mapping()
/linux-5.19.10/arch/x86/mm/
Dinit_64.c588 unsigned long page_size_mask, pgprot_t _prot, bool init) in phys_pud_init() argument
598 pgprot_t prot = _prot; in phys_pud_init()