Home
last modified time | relevance | path

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

/linux-6.8/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.8/arch/loongarch/include/asm/
Dpgtable-bits.h97 #define pgprot_noncached pgprot_noncached macro
99 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux-6.8/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.8/arch/csky/include/asm/
Dpgtable.h231 #define pgprot_noncached pgprot_noncached macro
233 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux-6.8/arch/arm/include/asm/
Dpgtable-nommu.h48 #define pgprot_noncached(prot) (prot) macro
Dpgtable.h115 #define pgprot_noncached(prot) \ macro
/linux-6.8/arch/arc/include/asm/
Dpgtable-bits-arcv2.h57 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
/linux-6.8/arch/sparc/include/asm/
Dpgtable_32.h294 #define pgprot_noncached pgprot_noncached macro
295 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
Dpgtable_64.h331 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
359 #define pgprot_noncached pgprot_noncached macro
/linux-6.8/arch/powerpc/include/asm/book3s/32/
Dpgtable.h564 #define pgprot_noncached pgprot_noncached macro
565 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/linux-6.8/arch/mips/include/asm/
Dpgtable.h458 #define pgprot_noncached pgprot_noncached macro
460 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
/linux-6.8/arch/powerpc/include/asm/nohash/
Dpgtable.h322 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
/linux-6.8/arch/riscv/include/asm/
Dpgtable.h598 #define pgprot_noncached pgprot_noncached macro
599 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux-6.8/arch/xtensa/include/asm/
Dpgtable.h268 #define pgprot_noncached(prot) \ macro
/linux-6.8/arch/microblaze/include/asm/
Dpgtable.h51 #define pgprot_noncached(prot) \ macro
/linux-6.8/arch/alpha/include/asm/
Dpgtable.h126 #define pgprot_noncached(prot) (prot) macro
/linux-6.8/arch/sh/include/asm/
Dpgtable_32.h381 #define pgprot_noncached pgprot_writecombine macro
/linux-6.8/arch/powerpc/include/asm/book3s/64/
Dpgtable.h767 #define pgprot_noncached pgprot_noncached macro
768 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/linux-6.8/arch/parisc/include/asm/
Dpgtable.h506 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE) macro
/linux-6.8/arch/arm64/include/asm/
Dpgtable.h571 #define pgprot_noncached(prot) \ macro
/linux-6.8/include/linux/
Dpgtable.h1131 #define pgprot_noncached(prot) (prot) macro
/linux-6.8/arch/x86/include/asm/
Dpgtable.h12 #define pgprot_noncached(prot) \ macro