Home
last modified time | relevance | path

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

/linux/arch/csky/include/asm/
A 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()
/linux/arch/nios2/include/asm/
A 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()
/linux/arch/mips/include/asm/
A Dpgtable.h472 static inline pgprot_t pgprot_noncached(pgprot_t _prot) argument
474 unsigned long prot = pgprot_val(_prot);
483 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) argument
485 unsigned long prot = pgprot_val(_prot);
/linux/drivers/video/fbdev/
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
/linux/arch/powerpc/mm/book3s64/
A Dradix_pgtable.c272 int nid, pgprot_t _prot) in create_physical_mapping() argument
311 prot = _prot; in create_physical_mapping()
/linux/arch/x86/mm/
A 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()

Completed in 16 milliseconds