Home
last modified time | relevance | path

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

/linux-6.1.9/arch/loongarch/include/asm/
Dpgtable-bits.h93 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument
95 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
104 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument
106 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine()
/linux-6.1.9/arch/csky/include/asm/
Dpgtable.h216 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument
218 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
226 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument
228 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine()
/linux-6.1.9/arch/nios2/include/asm/
Dpgtable.h93 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument
95 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
/linux-6.1.9/arch/mips/include/asm/
Dpgtable.h450 static inline pgprot_t pgprot_noncached(pgprot_t _prot) argument
452 unsigned long prot = pgprot_val(_prot);
461 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) argument
463 unsigned long prot = pgprot_val(_prot);
/linux-6.1.9/arch/riscv/include/asm/
Dpgtable.h534 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument
536 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
545 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument
547 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine()
/linux-6.1.9/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.1.9/arch/powerpc/mm/book3s64/
Dradix_pgtable.c273 int nid, pgprot_t _prot) in create_physical_mapping() argument
316 prot = _prot; in create_physical_mapping()
/linux-6.1.9/arch/x86/mm/
Dinit_64.c593 unsigned long page_size_mask, pgprot_t _prot, bool init) in phys_pud_init() argument
603 pgprot_t prot = _prot; in phys_pud_init()