Home
last modified time | relevance | path

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

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

Completed in 44 milliseconds