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
105
#define pgprot_noncached(prot) \
arch/arm64/include/asm/pgtable.h
751
#define pgprot_noncached(prot) \
arch/csky/include/asm/pgtable.h
228
#define pgprot_noncached pgprot_noncached
arch/csky/include/asm/pgtable.h
230
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
146
# define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE))
arch/m68k/include/asm/pgtable_mm.h
153
#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
87
#define pgprot_noncached pgprot_noncached
arch/nios2/include/asm/pgtable.h
89
static inline pgprot_t pgprot_noncached(pgprot_t _prot)
arch/parisc/include/asm/pgtable.h
487
#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
281
#define pgprot_noncached pgprot_noncached
arch/sparc/include/asm/pgtable_32.h
282
static inline pgprot_t pgprot_noncached(pgprot_t prot)
arch/sparc/include/asm/pgtable_64.h
326
static inline pgprot_t pgprot_noncached(pgprot_t prot)
arch/sparc/include/asm/pgtable_64.h
354
#define pgprot_noncached pgprot_noncached
arch/x86/include/asm/pgtable.h
12
#define pgprot_noncached(prot) \
arch/xtensa/include/asm/pgtable.h
263
#define pgprot_noncached(prot) \
include/linux/pgtable.h
1713
#define pgprot_noncached(prot) (prot)