Home
last modified time | relevance | path

Searched defs:pgprot_writecombine (Results 1 - 25 of 37) sorted by relevance

12

/kernel/linux/linux-5.10/arch/c6x/include/asm/
H A Dpgtable.h64 #define pgprot_writecombine pgprot_noncached macro
/kernel/linux/linux-5.10/arch/h8300/include/asm/
H A Dpgtable.h17 #define pgprot_writecombine(prot) (prot) macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dpgtable-nommu.h51 #define pgprot_writecombine(prot) (prot) macro
H A Dpgtable.h119 #define pgprot_writecombine(prot) \ macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dpgtable-nommu.h49 #define pgprot_writecombine(prot) (prot) macro
H A Dpgtable.h118 #define pgprot_writecombine(prot) \ macro
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dpgtable-bits.h110 #define pgprot_writecombine pgprot_writecombine macro
112 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H A Dpgtable.h241 #define pgprot_writecombine pgprot_noncached_wc macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dpgtable-bits.h124 #define pgprot_writecombine pgprot_writecombine macro
126 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H A Dpgtable.h254 #define pgprot_writecombine pgprot_noncached_wc macro
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dpgtable.h242 #define pgprot_writecombine pgprot_writecombine macro
243 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dpgtable.h245 #define pgprot_writecombine pgprot_writecombine macro
246 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dpgtable.c27 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
35 EXPORT_SYMBOL_GPL(pgprot_writecombine); variable
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dpgtable_32.h379 #define pgprot_writecombine(prot) \ macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dpgtable.h469 #define pgprot_writecombine pgprot_writecombine macro
471 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dpgtable_32.h378 #define pgprot_writecombine(prot) \ macro
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dpgtable.c27 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
35 EXPORT_SYMBOL_GPL(pgprot_writecombine); variable
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H A Dpgtable.h32 #define pgprot_writecombine pgprot_noncached macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dpgtable.h469 #define pgprot_writecombine pgprot_writecombine macro
471 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dpgtable.h288 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot)&~_PAGE_C_MASK) | _PAGE_C_DEV_WB) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h586 #define pgprot_writecombine pgprot_writecombine macro
587 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/kernel/linux/linux-5.10/arch/x86/mm/pat/
H A Dmemtype.c1118 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
1123 EXPORT_SYMBOL_GPL(pgprot_writecombine); variable
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h619 #define pgprot_writecombine pgprot_writecombine macro
620 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/kernel/linux/linux-6.6/arch/x86/mm/pat/
H A Dmemtype.c1089 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
1094 EXPORT_SYMBOL_GPL(pgprot_writecombine); variable
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dpgtable.h352 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC) macro

Completed in 24 milliseconds

12