Home
last modified time | relevance | path

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

/linux-3.3/arch/arm/include/asm/
Dpgtable-nommu.h69 #define pgprot_writecombine(prot) __pgprot(0) macro
Dpgtable.h100 #define pgprot_writecombine(prot) \ macro
/linux-3.3/arch/powerpc/include/asm/
Dpgtable.h176 #define pgprot_writecombine pgprot_noncached_wc macro
/linux-3.3/include/asm-generic/
Dpgtable.h218 #define pgprot_writecombine pgprot_noncached macro
/linux-3.3/arch/x86/mm/
Dpat.c735 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/linux-3.3/arch/unicore32/include/asm/
Dpgtable.h201 #define pgprot_writecombine(prot) \ macro
/linux-3.3/arch/x86/include/asm/
Dpgtable_types.h288 #define pgprot_writecombine pgprot_writecombine macro
/linux-3.3/arch/sh/include/asm/
Dpgtable_64.h211 #define pgprot_writecombine(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHABLE) macro
Dpgtable_32.h383 #define pgprot_writecombine(prot) \ macro
/linux-3.3/arch/m32r/include/asm/
Dpgtable.h284 #define pgprot_writecombine(prot) pgprot_noncached(prot) macro
/linux-3.3/arch/avr32/include/asm/
Dpgtable.h283 #define pgprot_writecombine(prot) \ macro
/linux-3.3/arch/ia64/include/asm/
Dpgtable.h358 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC) macro