/linux-6.1.9/arch/loongarch/include/asm/ |
D | pgtable-bits.h | 91 #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/ |
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.1.9/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.1.9/arch/csky/include/asm/ |
D | pgtable.h | 214 #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/ |
D | pgtable-nommu.h | 50 #define pgprot_noncached(prot) (prot) macro
|
D | pgtable.h | 115 #define pgprot_noncached(prot) \ macro
|
/linux-6.1.9/arch/arc/include/asm/ |
D | pgtable-bits-arcv2.h | 54 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | pgtable_32.h | 295 #define pgprot_noncached pgprot_noncached macro 296 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
|
D | pgtable_64.h | 327 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/ |
D | pgtable.h | 448 #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/ |
D | pgtable.h | 213 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
|
/linux-6.1.9/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 578 #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/ |
D | pgtable.h | 533 #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/ |
D | pgtable.h | 264 #define pgprot_noncached(prot) \ macro
|
/linux-6.1.9/arch/microblaze/include/asm/ |
D | pgtable.h | 51 #define pgprot_noncached(prot) \ macro
|
/linux-6.1.9/arch/alpha/include/asm/ |
D | pgtable.h | 124 #define pgprot_noncached(prot) (prot) macro
|
/linux-6.1.9/arch/sh/include/asm/ |
D | pgtable_32.h | 382 #define pgprot_noncached pgprot_writecombine macro
|
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 865 #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/ |
D | pgtable.h | 481 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE) macro
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | pgtable.h | 328 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_UC) macro
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | pgtable.h | 560 #define pgprot_noncached(prot) \ macro
|
/linux-6.1.9/arch/x86/include/asm/ |
D | pgtable.h | 12 #define pgprot_noncached(prot) \ macro
|
/linux-6.1.9/include/linux/ |
D | pgtable.h | 983 #define pgprot_noncached(prot) (prot) macro
|