/Linux-v5.4/arch/h8300/include/asm/ |
D | pgtable.h | 19 #define pgprot_writecombine(prot) (prot) macro
|
/Linux-v5.4/arch/c6x/include/asm/ |
D | pgtable.h | 65 #define pgprot_writecombine pgprot_noncached macro
|
/Linux-v5.4/arch/arm/include/asm/ |
D | pgtable-nommu.h | 64 #define pgprot_writecombine(prot) (prot) macro
|
D | pgtable.h | 119 #define pgprot_writecombine(prot) \ macro
|
/Linux-v5.4/arch/csky/include/asm/ |
D | pgtable.h | 266 #define pgprot_writecombine pgprot_writecombine macro 267 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
|
/Linux-v5.4/arch/mips/include/asm/ |
D | pgtable.h | 429 #define pgprot_writecombine pgprot_writecombine macro 431 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 616 #define pgprot_writecombine pgprot_writecombine macro 617 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 259 #define pgprot_writecombine pgprot_noncached_wc macro
|
/Linux-v5.4/arch/sh/include/asm/ |
D | pgtable_64.h | 204 #define pgprot_writecombine(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHABLE) macro
|
D | pgtable_32.h | 379 #define pgprot_writecombine(prot) \ macro
|
/Linux-v5.4/arch/unicore32/include/asm/ |
D | pgtable.h | 199 #define pgprot_writecombine(prot) \ macro
|
/Linux-v5.4/arch/x86/mm/ |
D | pat.c | 1086 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
|
/Linux-v5.4/arch/nds32/include/asm/ |
D | pgtable.h | 308 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot)&~_PAGE_C_MASK) | _PAGE_C_DEV_WB) macro
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 845 #define pgprot_writecombine pgprot_writecombine macro 846 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
|
/Linux-v5.4/arch/x86/include/asm/ |
D | pgtable_types.h | 514 #define pgprot_writecombine pgprot_writecombine macro
|
/Linux-v5.4/arch/microblaze/include/asm/ |
D | pgtable.h | 36 #define pgprot_writecombine pgprot_noncached macro
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | pgtable.h | 354 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC) macro
|
/Linux-v5.4/include/asm-generic/ |
D | pgtable.h | 498 #define pgprot_writecombine pgprot_noncached macro
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | pgtable.h | 419 #define pgprot_writecombine(prot) \ macro
|