Home
last modified time | relevance | path

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

/linux-3.4.99/arch/ia64/include/asm/
Dpgtable.h34 #define _PAGE_MA_UC (0x4 << 2) /* uncacheable memory attribute */ macro
149 _PAGE_MA_UC)
356 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_UC)
/linux-3.4.99/arch/ia64/pci/
Dpci.c540 ((pgprot_val(prot) & _PAGE_MA_MASK) == _PAGE_MA_UC || in pci_mmap_page_range()
/linux-3.4.99/arch/ia64/kvm/
Dvcpu.h371 #define PHY_PAGE_UC (_PAGE_A|_PAGE_D|_PAGE_P|_PAGE_MA_UC|_PAGE_AR_RWX)
Dkvm-ia64.c1613 _PAGE_MA_UC); in kvm_arch_prepare_memory_region()