Home
last modified time | relevance | path

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

/arch/csky/include/asm/
Dpgtable.h235 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() argument
237 unsigned long prot = pgprot_val(_prot); in pgprot_noncached()
245 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() argument
247 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine()
/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()
/arch/mips/include/asm/
Dpgtable.h454 static inline pgprot_t pgprot_noncached(pgprot_t _prot) argument
456 unsigned long prot = pgprot_val(_prot);
465 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) argument
467 unsigned long prot = pgprot_val(_prot);
/arch/powerpc/mm/book3s64/
Dradix_pgtable.c296 int nid, pgprot_t _prot) in create_physical_mapping() argument
335 prot = _prot; in create_physical_mapping()
/arch/x86/mm/
Dinit_64.c589 unsigned long page_size_mask, pgprot_t _prot, bool init) in phys_pud_init() argument
599 pgprot_t prot = _prot; in phys_pud_init()