/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | pgtable-bits.h | 95 #define pgprot_noncached pgprot_noncached macro 97 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | pgtable_mm.h | 163 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) macro 170 #define pgprot_noncached(prot) \ macro
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A 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.3-rc2/arch/csky/include/asm/ |
A 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.3-rc2/arch/arm/include/asm/ |
A D | pgtable-nommu.h | 48 #define pgprot_noncached(prot) (prot) macro
|
A D | pgtable.h | 115 #define pgprot_noncached(prot) \ macro
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | pgtable-bits-arcv2.h | 57 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A 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
|
A D | pgtable_64.h | 330 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function 358 #define pgprot_noncached pgprot_noncached macro
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 605 #define pgprot_noncached pgprot_noncached macro 606 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | pgtable.h | 448 #define pgprot_noncached pgprot_noncached macro 450 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/ |
A D | pgtable.h | 228 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgtable.h | 536 #define pgprot_noncached pgprot_noncached macro 537 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | pgtable.h | 127 #define pgprot_noncached(prot) (prot) macro
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | pgtable.h | 268 #define pgprot_noncached(prot) \ macro
|
/linux-6.3-rc2/arch/microblaze/include/asm/ |
A D | pgtable.h | 51 #define pgprot_noncached(prot) \ macro
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | pgtable_32.h | 382 #define pgprot_noncached pgprot_writecombine macro
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/ |
A D | pgtable.h | 798 #define pgprot_noncached pgprot_noncached macro 799 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | pgtable.h | 315 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_UC) macro
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | pgtable.h | 500 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE) macro
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | pgtable.h | 12 #define pgprot_noncached(prot) \ macro
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | pgtable.h | 563 #define pgprot_noncached(prot) \ macro
|
/linux-6.3-rc2/include/linux/ |
A D | pgtable.h | 988 #define pgprot_noncached(prot) (prot) macro
|