Symbol: pgprot_noncached
arch/alpha/include/asm/pgtable.h
127
#define pgprot_noncached(prot) (prot)
arch/arc/include/asm/pgtable-bits-arcv2.h
57
#define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE))
arch/arm/include/asm/pgtable-nommu.h
48
#define pgprot_noncached(prot) (prot)
arch/arm/include/asm/pgtable.h
114
#define pgprot_noncached(prot) \
arch/arm64/include/asm/pgtable.h
752
#define pgprot_noncached(prot) \
arch/csky/include/asm/pgtable.h
231
#define pgprot_noncached pgprot_noncached
arch/csky/include/asm/pgtable.h
233
static inline pgprot_t pgprot_noncached(pgprot_t _prot)
arch/loongarch/include/asm/pgtable-bits.h
136
#define pgprot_noncached pgprot_noncached
arch/loongarch/include/asm/pgtable-bits.h
138
static inline pgprot_t pgprot_noncached(pgprot_t _prot)
arch/m68k/include/asm/pgtable_mm.h
155
# define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE))
arch/m68k/include/asm/pgtable_mm.h
162
#define pgprot_noncached(prot) \
arch/microblaze/include/asm/pgtable.h
51
#define pgprot_noncached(prot) \
arch/mips/include/asm/pgtable.h
458
#define pgprot_noncached pgprot_noncached
arch/mips/include/asm/pgtable.h
460
static inline pgprot_t pgprot_noncached(pgprot_t _prot)
arch/nios2/include/asm/pgtable.h
94
#define pgprot_noncached pgprot_noncached
arch/nios2/include/asm/pgtable.h
96
static inline pgprot_t pgprot_noncached(pgprot_t _prot)
arch/parisc/include/asm/pgtable.h
497
#define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE)
arch/powerpc/include/asm/book3s/32/pgtable.h
571
#define pgprot_noncached pgprot_noncached
arch/powerpc/include/asm/book3s/32/pgtable.h
572
static inline pgprot_t pgprot_noncached(pgprot_t prot)
arch/powerpc/include/asm/book3s/64/pgtable.h
765
#define pgprot_noncached pgprot_noncached
arch/powerpc/include/asm/book3s/64/pgtable.h
766
static inline pgprot_t pgprot_noncached(pgprot_t prot)
arch/powerpc/include/asm/nohash/pgtable.h
363
#define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \
arch/riscv/include/asm/pgtable.h
725
#define pgprot_noncached pgprot_noncached
arch/riscv/include/asm/pgtable.h
726
static inline pgprot_t pgprot_noncached(pgprot_t _prot)
arch/sh/include/asm/pgtable_32.h
381
#define pgprot_noncached pgprot_writecombine
arch/sparc/include/asm/pgtable_32.h
289
#define pgprot_noncached pgprot_noncached
arch/sparc/include/asm/pgtable_32.h
290
static inline pgprot_t pgprot_noncached(pgprot_t prot)
arch/sparc/include/asm/pgtable_64.h
329
static inline pgprot_t pgprot_noncached(pgprot_t prot)
arch/sparc/include/asm/pgtable_64.h
357
#define pgprot_noncached pgprot_noncached
arch/x86/include/asm/pgtable.h
12
#define pgprot_noncached(prot) \
arch/xtensa/include/asm/pgtable.h
267
#define pgprot_noncached(prot) \
include/linux/pgtable.h
1677
#define pgprot_noncached(prot) (prot)