/linux-6.8/arch/m68k/include/asm/ |
D | pgtable_mm.h | 165 # 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/ |
D | pgtable-bits.h | 97 #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/ |
D | pgtable.h | 91 #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/ |
D | pgtable.h | 231 #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/ |
D | pgtable-nommu.h | 48 #define pgprot_noncached(prot) (prot) macro
|
D | pgtable.h | 115 #define pgprot_noncached(prot) \ macro
|
/linux-6.8/arch/arc/include/asm/ |
D | pgtable-bits-arcv2.h | 57 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
|
/linux-6.8/arch/sparc/include/asm/ |
D | pgtable_32.h | 294 #define pgprot_noncached pgprot_noncached macro 295 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
|
D | pgtable_64.h | 331 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/ |
D | pgtable.h | 564 #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/ |
D | pgtable.h | 458 #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/ |
D | pgtable.h | 322 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
|
/linux-6.8/arch/riscv/include/asm/ |
D | pgtable.h | 598 #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/ |
D | pgtable.h | 268 #define pgprot_noncached(prot) \ macro
|
/linux-6.8/arch/microblaze/include/asm/ |
D | pgtable.h | 51 #define pgprot_noncached(prot) \ macro
|
/linux-6.8/arch/alpha/include/asm/ |
D | pgtable.h | 126 #define pgprot_noncached(prot) (prot) macro
|
/linux-6.8/arch/sh/include/asm/ |
D | pgtable_32.h | 381 #define pgprot_noncached pgprot_writecombine macro
|
/linux-6.8/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 767 #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/ |
D | pgtable.h | 506 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE) macro
|
/linux-6.8/arch/arm64/include/asm/ |
D | pgtable.h | 571 #define pgprot_noncached(prot) \ macro
|
/linux-6.8/include/linux/ |
D | pgtable.h | 1131 #define pgprot_noncached(prot) (prot) macro
|
/linux-6.8/arch/x86/include/asm/ |
D | pgtable.h | 12 #define pgprot_noncached(prot) \ macro
|