Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/kvm/
Dvtlb.c404 io_mask = maddr & GPFN_IO_MASK; in translate_phy_pte()
431 io_mask = kvm_get_mpt_entry(index) & GPFN_IO_MASK; in thash_purge_and_insert()
Dvcpu.h324 pte = pte & GPFN_IO_MASK; in __gpfn_is_io()
/linux-2.6.39/arch/ia64/include/asm/
Dkvm_host.h192 #define GPFN_IO_MASK (7UL << 60) /* Guest pfn is I/O type */ macro