Home
last modified time | relevance | path

Searched defs:pgprot_writecombine (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.4/arch/h8300/include/asm/
Dpgtable.h19 #define pgprot_writecombine(prot) (prot) macro
/Linux-v5.4/arch/c6x/include/asm/
Dpgtable.h65 #define pgprot_writecombine pgprot_noncached macro
/Linux-v5.4/arch/arm/include/asm/
Dpgtable-nommu.h64 #define pgprot_writecombine(prot) (prot) macro
Dpgtable.h119 #define pgprot_writecombine(prot) \ macro
/Linux-v5.4/arch/csky/include/asm/
Dpgtable.h266 #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/
Dpgtable.h429 #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/
Dpgtable.h616 #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/
Dpgtable.h259 #define pgprot_writecombine pgprot_noncached_wc macro
/Linux-v5.4/arch/sh/include/asm/
Dpgtable_64.h204 #define pgprot_writecombine(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHABLE) macro
Dpgtable_32.h379 #define pgprot_writecombine(prot) \ macro
/Linux-v5.4/arch/unicore32/include/asm/
Dpgtable.h199 #define pgprot_writecombine(prot) \ macro
/Linux-v5.4/arch/x86/mm/
Dpat.c1086 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/Linux-v5.4/arch/nds32/include/asm/
Dpgtable.h308 #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/
Dpgtable.h845 #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/
Dpgtable_types.h514 #define pgprot_writecombine pgprot_writecombine macro
/Linux-v5.4/arch/microblaze/include/asm/
Dpgtable.h36 #define pgprot_writecombine pgprot_noncached macro
/Linux-v5.4/arch/ia64/include/asm/
Dpgtable.h354 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC) macro
/Linux-v5.4/include/asm-generic/
Dpgtable.h498 #define pgprot_writecombine pgprot_noncached macro
/Linux-v5.4/arch/arm64/include/asm/
Dpgtable.h419 #define pgprot_writecombine(prot) \ macro