Home
last modified time | relevance | path

Searched refs:INVALID_P2M_ENTRY (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/arch/x86/xen/
Dp2m.c256 p2m[i] = INVALID_P2M_ENTRY; in p2m_init()
383 mfn_list[pfn + p2midx] = INVALID_P2M_ENTRY; in xen_build_dynamic_phys_to_machine()
396 return INVALID_P2M_ENTRY; in get_phys_to_machine()
582 BUG_ON(pfn != mfn && mfn != INVALID_P2M_ENTRY); in __set_phys_to_machine()
586 BUG_ON(mfn != INVALID_P2M_ENTRY); in __set_phys_to_machine()
597 if (mfn != INVALID_P2M_ENTRY && (mfn & IDENTITY_FRAME_BIT)) { in __set_phys_to_machine()
610 return mfn == INVALID_P2M_ENTRY; in __set_phys_to_machine()
699 if (mfn == INVALID_P2M_ENTRY || !(mfn & FOREIGN_FRAME_BIT)) in m2p_remove_override()
800 } else if (p2m_top[topidx][mididx][idx] == INVALID_P2M_ENTRY) { in p2m_dump_show()
Dsetup.c73 __set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in xen_add_extra_mem()
101 if (mfn == INVALID_P2M_ENTRY || mfn_to_pfn(mfn) != pfn) in xen_release_chunk()
112 __set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in xen_release_chunk()
Dmmu.c431 if (unlikely(mfn == INVALID_P2M_ENTRY)) { in pte_pfn_to_mfn()
2150 __set_phys_to_machine(virt_to_pfn(vaddr), INVALID_P2M_ENTRY); in xen_zap_pfn_range()
/linux-2.6.39/arch/x86/include/asm/xen/
Dpage.h31 #define INVALID_P2M_ENTRY (~0UL) macro
67 if (mfn != INVALID_P2M_ENTRY) in pfn_to_mfn()
78 return get_phys_to_machine(pfn) != INVALID_P2M_ENTRY; in phys_to_machine_mapping_valid()
/linux-2.6.39/arch/ia64/include/asm/xen/
Dpage.h26 #define INVALID_P2M_ENTRY (~0UL) macro
/linux-2.6.39/drivers/xen/
Dballoon.c312 __set_phys_to_machine(pfn, INVALID_P2M_ENTRY); in decrease_reservation()