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

/linux-master/arch/loongarch/include/asm/
H A Dpgtable-bits.h99 static inline pgprot_t pgprot_noncached(pgprot_t _prot) argument
101 unsigned long prot = pgprot_val(_prot);
112 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) argument
114 unsigned long prot = pgprot_val(_prot);
/linux-master/arch/csky/include/asm/
H A Dpgtable.h233 static inline pgprot_t pgprot_noncached(pgprot_t _prot) argument
235 unsigned long prot = pgprot_val(_prot);
243 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) argument
245 unsigned long prot = pgprot_val(_prot);
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h93 static inline pgprot_t pgprot_noncached(pgprot_t _prot) argument
95 unsigned long prot = pgprot_val(_prot);
/linux-master/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);
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h597 static inline pgprot_t pgprot_nx(pgprot_t _prot) argument
599 return __pgprot(pgprot_val(_prot) & ~_PAGE_EXEC);
603 static inline pgprot_t pgprot_noncached(pgprot_t _prot) argument
605 unsigned long prot = pgprot_val(_prot);
614 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) argument
616 unsigned long prot = pgprot_val(_prot);
/linux-master/drivers/video/fbdev/
H A Dgbefb.c47 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_UNCACHED_ACCELERATED)
49 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_CACHABLE_NO_WA)
/linux-master/arch/x86/mm/
H A Dinit_64.c593 unsigned long page_size_mask, pgprot_t _prot, bool init)
603 pgprot_t prot = _prot;
592 phys_pud_init(pud_t *pud_page, unsigned long paddr, unsigned long paddr_end, unsigned long page_size_mask, pgprot_t _prot, bool init) argument
/linux-master/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c296 int nid, pgprot_t _prot)
339 prot = _prot;
294 create_physical_mapping(unsigned long start, unsigned long end, int nid, pgprot_t _prot) argument

Completed in 251 milliseconds