Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/include/asm/
Dpgtable-bits.h99 #define pgprot_noncached pgprot_noncached macro
101 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux-6.12.1/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.12.1/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.12.1/arch/nios2/include/asm/
Dpgtable.h94 #define pgprot_noncached pgprot_noncached macro
96 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux-6.12.1/arch/arm/include/asm/
Dpgtable-nommu.h48 #define pgprot_noncached(prot) (prot) macro
Dpgtable.h115 #define pgprot_noncached(prot) \ macro
/linux-6.12.1/arch/arc/include/asm/
Dpgtable-bits-arcv2.h57 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
/linux-6.12.1/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.12.1/arch/powerpc/include/asm/book3s/32/
Dpgtable.h565 #define pgprot_noncached pgprot_noncached macro
566 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/linux-6.12.1/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.12.1/arch/powerpc/include/asm/nohash/
Dpgtable.h352 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
/linux-6.12.1/arch/xtensa/include/asm/
Dpgtable.h268 #define pgprot_noncached(prot) \ macro
/linux-6.12.1/arch/microblaze/include/asm/
Dpgtable.h51 #define pgprot_noncached(prot) \ macro
/linux-6.12.1/arch/riscv/include/asm/
Dpgtable.h636 #define pgprot_noncached pgprot_noncached macro
637 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux-6.12.1/arch/alpha/include/asm/
Dpgtable.h126 #define pgprot_noncached(prot) (prot) macro
/linux-6.12.1/arch/sh/include/asm/
Dpgtable_32.h381 #define pgprot_noncached pgprot_writecombine macro
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dpgtable.h769 #define pgprot_noncached pgprot_noncached macro
770 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/linux-6.12.1/arch/parisc/include/asm/
Dpgtable.h502 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE) macro
/linux-6.12.1/arch/x86/include/asm/
Dpgtable.h12 #define pgprot_noncached(prot) \ macro
/linux-6.12.1/include/linux/
Dpgtable.h1356 #define pgprot_noncached(prot) (prot) macro
/linux-6.12.1/arch/arm64/include/asm/
Dpgtable.h690 #define pgprot_noncached(prot) \ macro