Home
last modified time | relevance | path

Searched refs:_PAGE_MA_UC (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/ia64/include/asm/
Dpgtable.h34 #define _PAGE_MA_UC (0x4 << 2) /* uncacheable memory attribute */ macro
146 _PAGE_MA_UC)
352 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_UC)
/linux-4.1.27/arch/ia64/pci/
Dpci.c621 ((pgprot_val(prot) & _PAGE_MA_MASK) == _PAGE_MA_UC || in pci_mmap_page_range()