Searched refs:GPFN_IO_MASK (Results 1 – 3 of 3) sorted by relevance
404 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()
324 pte = pte & GPFN_IO_MASK; in __gpfn_is_io()
192 #define GPFN_IO_MASK (7UL << 60) /* Guest pfn is I/O type */ macro