Home
last modified time | relevance | path

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

/linux-6.1.9/arch/loongarch/include/asm/
Dpgtable-bits.h91 #define pgprot_noncached pgprot_noncached macro
93 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux-6.1.9/arch/m68k/include/asm/
Dpgtable_mm.h165 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) macro
172 #define pgprot_noncached(prot) \ macro
/linux-6.1.9/arch/nios2/include/asm/
Dpgtable.h91 #define pgprot_noncached pgprot_noncached macro
93 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux-6.1.9/arch/csky/include/asm/
Dpgtable.h214 #define pgprot_noncached pgprot_noncached macro
216 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux-6.1.9/arch/arm/include/asm/
Dpgtable-nommu.h50 #define pgprot_noncached(prot) (prot) macro
Dpgtable.h115 #define pgprot_noncached(prot) \ macro
/linux-6.1.9/arch/arc/include/asm/
Dpgtable-bits-arcv2.h54 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
/linux-6.1.9/arch/sparc/include/asm/
Dpgtable_32.h295 #define pgprot_noncached pgprot_noncached macro
296 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
Dpgtable_64.h327 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
355 #define pgprot_noncached pgprot_noncached macro
/linux-6.1.9/arch/mips/include/asm/
Dpgtable.h448 #define pgprot_noncached pgprot_noncached macro
450 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
/linux-6.1.9/arch/powerpc/include/asm/nohash/
Dpgtable.h213 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
/linux-6.1.9/arch/powerpc/include/asm/book3s/32/
Dpgtable.h578 #define pgprot_noncached pgprot_noncached macro
579 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/linux-6.1.9/arch/riscv/include/asm/
Dpgtable.h533 #define pgprot_noncached pgprot_noncached macro
534 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux-6.1.9/arch/xtensa/include/asm/
Dpgtable.h264 #define pgprot_noncached(prot) \ macro
/linux-6.1.9/arch/microblaze/include/asm/
Dpgtable.h51 #define pgprot_noncached(prot) \ macro
/linux-6.1.9/arch/alpha/include/asm/
Dpgtable.h124 #define pgprot_noncached(prot) (prot) macro
/linux-6.1.9/arch/sh/include/asm/
Dpgtable_32.h382 #define pgprot_noncached pgprot_writecombine macro
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dpgtable.h865 #define pgprot_noncached pgprot_noncached macro
866 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/linux-6.1.9/arch/parisc/include/asm/
Dpgtable.h481 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE) macro
/linux-6.1.9/arch/ia64/include/asm/
Dpgtable.h328 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_UC) macro
/linux-6.1.9/arch/arm64/include/asm/
Dpgtable.h560 #define pgprot_noncached(prot) \ macro
/linux-6.1.9/arch/x86/include/asm/
Dpgtable.h12 #define pgprot_noncached(prot) \ macro
/linux-6.1.9/include/linux/
Dpgtable.h983 #define pgprot_noncached(prot) (prot) macro