Home
last modified time | relevance | path

Searched refs:_PAGE_MA_WC (Results 1 – 3 of 3) sorted by relevance

/arch/ia64/include/asm/
Dpgtable.h36 #define _PAGE_MA_WC (0x6 << 2) /* write coalescing memory attribute */ macro
353 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC)
/arch/ia64/pci/
Dpci.c454 (pgprot_val(prot) & _PAGE_MA_MASK) == _PAGE_MA_WC) && in pci_mmap_page_range()
/arch/ia64/kernel/
Defi.c631 _PAGE_MA_WC | in efi_enter_virtual_mode()