_prot 257 arch/csky/include/asm/pgtable.h static inline pgprot_t pgprot_noncached(pgprot_t _prot) _prot 259 arch/csky/include/asm/pgtable.h unsigned long prot = pgprot_val(_prot); _prot 267 arch/csky/include/asm/pgtable.h static inline pgprot_t pgprot_writecombine(pgprot_t _prot) _prot 269 arch/csky/include/asm/pgtable.h unsigned long prot = pgprot_val(_prot); _prot 420 arch/mips/include/asm/pgtable.h static inline pgprot_t pgprot_noncached(pgprot_t _prot) _prot 422 arch/mips/include/asm/pgtable.h unsigned long prot = pgprot_val(_prot); _prot 431 arch/mips/include/asm/pgtable.h static inline pgprot_t pgprot_writecombine(pgprot_t _prot) _prot 433 arch/mips/include/asm/pgtable.h unsigned long prot = pgprot_val(_prot); _prot 120 arch/nios2/include/asm/pgtable.h static inline pgprot_t pgprot_noncached(pgprot_t _prot) _prot 122 arch/nios2/include/asm/pgtable.h unsigned long prot = pgprot_val(_prot); _prot 47 drivers/video/fbdev/gbefb.c #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_UNCACHED_ACCELERATED) _prot 49 drivers/video/fbdev/gbefb.c #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_CACHABLE_NO_WA)