Home
last modified time | relevance | path

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

/arch/h8300/include/asm/
Dpgtable.h20 #define pgprot_writecombine(prot) (prot) macro
/arch/c6x/include/asm/
Dpgtable.h73 #define pgprot_writecombine pgprot_noncached macro
/arch/arm/include/asm/
Dpgtable-nommu.h67 #define pgprot_writecombine(prot) (prot) macro
Dpgtable.h122 #define pgprot_writecombine(prot) \ macro
/arch/blackfin/include/asm/
Dpgtable.h100 #define pgprot_writecombine pgprot_noncached macro
/arch/powerpc/include/asm/nohash/
Dpgtable.h221 #define pgprot_writecombine pgprot_noncached_wc macro
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h478 #define pgprot_writecombine pgprot_writecombine macro
479 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/arch/mips/include/asm/
Dpgtable.h455 #define pgprot_writecombine pgprot_writecombine macro
457 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
/arch/sh/include/asm/
Dpgtable_64.h207 #define pgprot_writecombine(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHABLE) macro
Dpgtable_32.h379 #define pgprot_writecombine(prot) \ macro
/arch/unicore32/include/asm/
Dpgtable.h202 #define pgprot_writecombine(prot) \ macro
/arch/m32r/include/asm/
Dpgtable.h274 #define pgprot_writecombine(prot) pgprot_noncached(prot) macro
/arch/metag/include/asm/
Dpgtable.h144 #define pgprot_writecombine(prot) \ macro
/arch/x86/mm/
Dpat.c1041 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/arch/powerpc/include/asm/book3s/64/
Dpgtable.h767 #define pgprot_writecombine pgprot_writecombine macro
768 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/arch/x86/include/asm/
Dpgtable_types.h491 #define pgprot_writecombine pgprot_writecombine macro
/arch/ia64/include/asm/
Dpgtable.h354 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC) macro
/arch/arm64/include/asm/
Dpgtable.h358 #define pgprot_writecombine(prot) \ macro