/linux/arch/m68k/include/asm/ |
A D | pgtable_mm.h | 158 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) macro 165 #define pgprot_noncached(prot) \ macro
|
/linux/arch/h8300/include/asm/ |
A D | pgtable.h | 18 #define pgprot_noncached pgprot_writecombine macro
|
/linux/arch/nios2/include/asm/ |
A D | pgtable.h | 110 #define pgprot_noncached pgprot_noncached macro 112 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
|
/linux/arch/csky/include/asm/ |
A D | pgtable.h | 233 #define pgprot_noncached pgprot_noncached macro 235 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
|
/linux/arch/arm/include/asm/ |
A D | pgtable-nommu.h | 56 #define pgprot_noncached(prot) (prot) macro
|
A D | pgtable.h | 106 #define pgprot_noncached(prot) \ macro
|
/linux/arch/sparc/include/asm/ |
A D | pgtable_32.h | 309 #define pgprot_noncached pgprot_noncached macro 310 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
|
A D | pgtable_64.h | 346 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function 374 #define pgprot_noncached pgprot_noncached macro
|
/linux/arch/arc/include/asm/ |
A D | pgtable-bits-arcv2.h | 54 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
|
/linux/arch/mips/include/asm/ |
A D | pgtable.h | 470 #define pgprot_noncached pgprot_noncached macro 472 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
|
/linux/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 590 #define pgprot_noncached pgprot_noncached macro 591 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
|
/linux/arch/powerpc/include/asm/nohash/ |
A D | pgtable.h | 233 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
|
/linux/arch/microblaze/include/asm/ |
A D | pgtable.h | 51 #define pgprot_noncached(prot) \ macro
|
/linux/arch/alpha/include/asm/ |
A D | pgtable.h | 141 #define pgprot_noncached(prot) (prot) macro
|
/linux/arch/xtensa/include/asm/ |
A D | pgtable.h | 282 #define pgprot_noncached(prot) \ macro
|
/linux/arch/sh/include/asm/ |
A D | pgtable_32.h | 382 #define pgprot_noncached pgprot_writecombine macro
|
/linux/arch/nds32/include/asm/ |
A D | pgtable.h | 287 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot)&~_PAGE_C_MASK) | _PAGE_C_DEV) macro
|
/linux/arch/powerpc/include/asm/book3s/64/ |
A D | pgtable.h | 862 #define pgprot_noncached pgprot_noncached macro 863 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
|
/linux/arch/parisc/include/asm/ |
A D | pgtable.h | 490 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE) macro
|
/linux/arch/ia64/include/asm/ |
A D | pgtable.h | 345 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_UC) macro
|
/linux/include/linux/ |
A D | pgtable.h | 918 #define pgprot_noncached(prot) (prot) macro
|
/linux/arch/x86/include/asm/ |
A D | pgtable.h | 12 #define pgprot_noncached(prot) \ macro
|
/linux/arch/arm64/include/asm/ |
A D | pgtable.h | 506 #define pgprot_noncached(prot) \ macro
|