/linux-6.12.1/arch/loongarch/include/asm/ |
D | pgtable-bits.h | 99 #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/ |
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.12.1/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.12.1/arch/nios2/include/asm/ |
D | pgtable.h | 94 #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/ |
D | pgtable-nommu.h | 48 #define pgprot_noncached(prot) (prot) macro
|
D | pgtable.h | 115 #define pgprot_noncached(prot) \ macro
|
/linux-6.12.1/arch/arc/include/asm/ |
D | pgtable-bits-arcv2.h | 57 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
|
/linux-6.12.1/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.12.1/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 565 #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/ |
D | pgtable.h | 458 #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/ |
D | pgtable.h | 352 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
|
/linux-6.12.1/arch/xtensa/include/asm/ |
D | pgtable.h | 268 #define pgprot_noncached(prot) \ macro
|
/linux-6.12.1/arch/microblaze/include/asm/ |
D | pgtable.h | 51 #define pgprot_noncached(prot) \ macro
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | pgtable.h | 636 #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/ |
D | pgtable.h | 126 #define pgprot_noncached(prot) (prot) macro
|
/linux-6.12.1/arch/sh/include/asm/ |
D | pgtable_32.h | 381 #define pgprot_noncached pgprot_writecombine macro
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 769 #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/ |
D | pgtable.h | 502 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE) macro
|
/linux-6.12.1/arch/x86/include/asm/ |
D | pgtable.h | 12 #define pgprot_noncached(prot) \ macro
|
/linux-6.12.1/include/linux/ |
D | pgtable.h | 1356 #define pgprot_noncached(prot) (prot) macro
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | pgtable.h | 690 #define pgprot_noncached(prot) \ macro
|