Home
last modified time | relevance | path

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

/Linux-v5.15/arch/h8300/include/asm/
Dpgtable.h17 #define pgprot_writecombine(prot) (prot) macro
/Linux-v5.15/arch/csky/include/asm/
Dpgtable.h244 #define pgprot_writecombine pgprot_writecombine macro
245 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
/Linux-v5.15/arch/arm/include/asm/
Dpgtable-nommu.h57 #define pgprot_writecombine(prot) (prot) macro
Dpgtable.h109 #define pgprot_writecombine(prot) \ macro
/Linux-v5.15/arch/powerpc/include/asm/book3s/32/
Dpgtable.h624 #define pgprot_writecombine pgprot_writecombine macro
625 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/Linux-v5.15/arch/mips/include/asm/
Dpgtable.h463 #define pgprot_writecombine pgprot_writecombine macro
465 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
/Linux-v5.15/arch/powerpc/include/asm/nohash/
Dpgtable.h252 #define pgprot_writecombine pgprot_noncached_wc macro
/Linux-v5.15/arch/sh/include/asm/
Dpgtable_32.h379 #define pgprot_writecombine(prot) \ macro
/Linux-v5.15/arch/nds32/include/asm/
Dpgtable.h288 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot)&~_PAGE_C_MASK) | _PAGE_C_DEV_WB) macro
/Linux-v5.15/arch/x86/mm/pat/
Dmemtype.c1120 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/Linux-v5.15/arch/powerpc/include/asm/book3s/64/
Dpgtable.h882 #define pgprot_writecombine pgprot_writecombine macro
883 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/Linux-v5.15/arch/x86/include/asm/
Dpgtable_types.h512 #define pgprot_writecombine pgprot_writecombine macro
/Linux-v5.15/arch/ia64/include/asm/
Dpgtable.h346 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC) macro
/Linux-v5.15/arch/s390/mm/
Dpgtable.c27 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/Linux-v5.15/include/linux/
Dpgtable.h922 #define pgprot_writecombine pgprot_noncached macro
/Linux-v5.15/arch/arm64/include/asm/
Dpgtable.h502 #define pgprot_writecombine(prot) \ macro
/Linux-v5.15/arch/s390/include/asm/
Dpgtable.h1183 #define pgprot_writecombine pgprot_writecombine macro