Searched defs:pgprot_noncached (Results 1 - 22 of 22) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Dpgtable-nommu.h48 #define pgprot_noncached(prot) (prot) macro
H A Dpgtable.h115 #define pgprot_noncached(prot) \ macro
/linux-master/arch/m68k/include/asm/
H A Dpgtable_mm.h165 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) macro
172 #define pgprot_noncached(prot) \ macro
/linux-master/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h57 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable-bits.h97 #define pgprot_noncached pgprot_noncached macro
99 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
/linux-master/arch/csky/include/asm/
H A Dpgtable.h231 #define pgprot_noncached pgprot_noncached macro
233 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgtable.h322 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h91 #define pgprot_noncached pgprot_noncached macro
93 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h294 #define pgprot_noncached pgprot_noncached macro
295 static inline pgprot_t pgprot_noncached(pgprot_t prot) function
H A Dpgtable_64.h331 static inline pgprot_t pgprot_noncached(pgprot_t prot) function
359 #define pgprot_noncached pgprot_noncached macro
/linux-master/arch/sh/include/asm/
H A Dpgtable_32.h381 #define pgprot_noncached pgprot_writecombine macro
/linux-master/arch/mips/include/asm/
H A Dpgtable.h458 #define pgprot_noncached pgprot_noncached macro
460 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h268 #define pgprot_noncached(prot) \ macro
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h126 #define pgprot_noncached(prot) (prot) macro
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h564 #define pgprot_noncached pgprot_noncached macro
565 static inline pgprot_t pgprot_noncached(pgprot_t prot) function
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h51 #define pgprot_noncached(prot) \ macro
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h506 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE) macro
/linux-master/include/linux/
H A Dpgtable.h1258 #define pgprot_noncached(prot) (prot) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h602 #define pgprot_noncached pgprot_noncached macro
603 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h591 #define pgprot_noncached(prot) \ macro
/linux-master/arch/x86/include/asm/
H A Dpgtable.h12 #define pgprot_noncached(prot) \ macro
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h767 #define pgprot_noncached pgprot_noncached macro
768 static inline pgprot_t pgprot_noncached(pgprot_t prot) function

Completed in 222 milliseconds