Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dpgtable-bits.h99 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument
101 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
112 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument
114 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine()
/openbmc/linux/arch/csky/include/asm/
H A Dpgtable.h233 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument
235 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
243 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument
245 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine()
/openbmc/linux/arch/nios2/include/asm/
H A 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()
/openbmc/linux/arch/mips/include/asm/
H A Dpgtable.h460 static inline pgprot_t pgprot_noncached(pgprot_t _prot) argument
462 unsigned long prot = pgprot_val(_prot);
471 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) argument
473 unsigned long prot = pgprot_val(_prot);
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable.h600 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument
602 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
611 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument
613 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine()
/openbmc/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
/openbmc/linux/arch/x86/mm/
H A 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()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c296 int nid, pgprot_t _prot) in create_physical_mapping() argument
339 prot = _prot; in create_physical_mapping()