Home
last modified time | relevance | path

Searched refs:gfn_l (Results 1 – 5 of 5) sorted by relevance

/xen/xen/arch/x86/mm/
A Dp2m.c491 gfn_t gfn = _gfn(gfn_l); in __get_gfn_type_access()
502 return _mfn(gfn_l); in __get_gfn_type_access()
1033 gfn_t gfn = _gfn(gfn_l); in p2m_change_type_one()
1272 gfn_t gfn = _gfn(gfn_l); in set_typed_p2m_entry()
1346 gfn_t gfn = _gfn(gfn_l); in set_identity_p2m_entry()
1355 return iommu_legacy_map(d, _dfn(gfn_l), _mfn(gfn_l), PAGE_ORDER_4K, in set_identity_p2m_entry()
1395 gfn_t gfn = _gfn(gfn_l); in clear_mmio_p2m_entry()
1423 mfn_x(mfn), gfn_l); in clear_mmio_p2m_entry()
1437 gfn_t gfn = _gfn(gfn_l); in clear_identity_p2m_entry()
1475 gfn_t gfn = _gfn(gfn_l); in set_shared_p2m_entry()
[all …]
A Dmem_access.c361 unsigned long gfn_l; in p2m_set_mem_access() local
393 for ( gfn_l = gfn_x(gfn) + start; nr > start; ++gfn_l ) in p2m_set_mem_access()
395 rc = set_mem_access(d, p2m, ap2m, a, _gfn(gfn_l)); in p2m_set_mem_access()
447 uint64_t gfn_l; in p2m_set_mem_access_multi() local
449 if ( copy_from_guest_offset(&gfn_l, pfn_list, start, 1) || in p2m_set_mem_access_multi()
462 rc = set_mem_access(d, p2m, ap2m, a, _gfn(gfn_l)); in p2m_set_mem_access_multi()
A Dmem_sharing.c1477 unsigned long gfn_l = gfn_x(gfn); in mem_sharing_fork_page() local
1502 rc = add_to_physmap(parent, gfn_l, handle, d, gfn_l, false); in mem_sharing_fork_page()
1519 mfn = get_gfn_query(parent, gfn_l, &p2mt); in mem_sharing_fork_page()
1525 put_gfn(parent, gfn_l); in mem_sharing_fork_page()
1534 put_gfn(parent, gfn_l); in mem_sharing_fork_page()
1540 set_gpfn_from_mfn(mfn_x(new_mfn), gfn_l); in mem_sharing_fork_page()
1542 put_gfn(parent, gfn_l); in mem_sharing_fork_page()
1595 unsigned long gfn_l = gfn_x(gfn); in copy_vcpu_settings() local
1602 set_gpfn_from_mfn(mfn_x(new_vcpu_info_mfn), gfn_l); in copy_vcpu_settings()
1610 ret = map_vcpu_info(cd_vcpu, gfn_l, in copy_vcpu_settings()
A Dp2m-pod.c1271 guest_physmap_mark_populate_on_demand(struct domain *d, unsigned long gfn_l, in guest_physmap_mark_populate_on_demand() argument
1275 gfn_t gfn = _gfn(gfn_l); in guest_physmap_mark_populate_on_demand()
1284 P2M_DEBUG("mark pod gfn=%#lx\n", gfn_l); in guest_physmap_mark_populate_on_demand()
/xen/xen/include/asm-x86/
A Dp2m.h869 bool p2m_altp2m_get_or_propagate(struct p2m_domain *ap2m, unsigned long gfn_l,

Completed in 17 milliseconds