Home
last modified time | relevance | path

Searched defs:pgprot_noncached (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/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) in pgprot_noncached() function
/openbmc/linux/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
/openbmc/linux/arch/nios2/include/asm/
H A Dpgtable.h91 #define pgprot_noncached pgprot_noncached macro
93 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/openbmc/linux/arch/csky/include/asm/
H A Dpgtable.h231 #define pgprot_noncached pgprot_noncached macro
233 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-nommu.h48 #define pgprot_noncached(prot) (prot) macro
H A Dpgtable.h115 #define pgprot_noncached(prot) \ macro
/openbmc/linux/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h57 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
/openbmc/linux/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) in pgprot_noncached() function
H A Dpgtable_64.h331 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
359 #define pgprot_noncached pgprot_noncached macro
/openbmc/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h585 #define pgprot_noncached pgprot_noncached macro
586 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h222 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
/openbmc/linux/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
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable.h616 #define pgprot_noncached pgprot_noncached macro
617 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/openbmc/linux/arch/xtensa/include/asm/
H A Dpgtable.h268 #define pgprot_noncached(prot) \ macro
/openbmc/linux/arch/microblaze/include/asm/
H A Dpgtable.h51 #define pgprot_noncached(prot) \ macro
/openbmc/linux/arch/alpha/include/asm/
H A Dpgtable.h126 #define pgprot_noncached(prot) (prot) macro
/openbmc/linux/arch/sh/include/asm/
H A Dpgtable_32.h381 #define pgprot_noncached pgprot_writecombine macro
/openbmc/linux/arch/ia64/include/asm/
H A Dpgtable.h314 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_UC) macro
/openbmc/linux/arch/parisc/include/asm/
H A Dpgtable.h502 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE) macro
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h794 #define pgprot_noncached pgprot_noncached macro
795 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h563 #define pgprot_noncached(prot) \ macro
/openbmc/linux/include/linux/
H A Dpgtable.h1103 #define pgprot_noncached(prot) (prot) macro
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h12 #define pgprot_noncached(prot) \ macro