Home
last modified time | relevance | path

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

/arch/ia64/include/asm/
Dpgtable.h37 #define _PAGE_MA_NAT (0x7 << 2) /* not-a-thing attribute */ macro
/arch/ia64/mm/
Dinit.c140 vma->vm_page_prot = __pgprot(pgprot_val(PAGE_READONLY) | _PAGE_MA_NAT); in ia64_init_addr_space()
/arch/ia64/kvm/
Dvtlb.c438 if (!(pte & VTLB_PTE_IO) && ((pte & _PAGE_MA_MASK) != _PAGE_MA_NAT) && in thash_purge_and_insert()