Home
last modified time | relevance | path

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

/arch/loongarch/include/asm/
A Dpgtable-bits.h99 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() argument
101 return __pgprot(pgprot_val(_prot) | _PAGE_NO_EXEC); in pgprot_nx()
106 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument
108 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
119 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument
121 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine()
/arch/csky/include/asm/
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()
/arch/nios2/include/asm/
A Dpgtable.h96 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument
98 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
/arch/riscv/include/asm/
A Dpgtable.h629 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() argument
631 return __pgprot(pgprot_val(_prot) & ~_PAGE_EXEC); in pgprot_nx()
635 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument
637 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
646 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument
648 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine()
/arch/mips/include/asm/
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);
/arch/x86/mm/
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()
/arch/powerpc/mm/book3s64/
A Dradix_pgtable.c298 int nid, pgprot_t _prot, in create_physical_mapping() argument
345 prot = _prot; in create_physical_mapping()

Completed in 19 milliseconds