Searched refs:clear_mmio_p2m_entry (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | p2m.h | 626 int clear_mmio_p2m_entry(struct domain *d, unsigned long gfn, mfn_t mfn,
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | p2m.c | 1202 int clear_mmio_p2m_entry(struct domain *d, unsigned long gfn_l, mfn_t mfn, in clear_mmio_p2m_entry() function 2149 ret = clear_mmio_p2m_entry(d, gfn_x(start_gfn) + i, in unmap_mmio_regions()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | memory.c | 314 rc = clear_mmio_p2m_entry(d, gmfn, mfn, PAGE_ORDER_4K); in guest_remove_page()
|
Completed in 12 milliseconds