Searched defs:_PAGE_MA_WC (Results 1 - 1 of 1) sorted by relevance

/arch/ia64/include/asm/
H A Dpgtable.h36 #define _PAGE_MA_WC (0x6 << 2) /* write coalescing memory attribute */ macro
357 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC)

Completed in 49 milliseconds