Searched refs:gfn_l (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | mem_access.c | 247 unsigned long gfn_l = gfn_x(gfn); in p2m_set_altp2m_mem_access() local 256 mfn = __get_gfn_type_access(hp2m, gfn_l, &t, &old_a, in p2m_set_altp2m_mem_access() 267 gfn_t gfn2 = _gfn(gfn_l & mask); in p2m_set_altp2m_mem_access() 350 unsigned long gfn_l; in p2m_set_mem_access() local 377 for ( gfn_l = gfn_x(gfn) + start; nr > start; ++gfn_l ) in p2m_set_mem_access() 379 rc = set_mem_access(d, p2m, ap2m, a, _gfn(gfn_l)); in p2m_set_mem_access() 426 uint64_t gfn_l; in p2m_set_mem_access_multi() local 428 if ( copy_from_guest_offset(&gfn_l, pfn_list, start, 1) || in p2m_set_mem_access_multi() 441 rc = set_mem_access(d, p2m, ap2m, a, _gfn(gfn_l)); in p2m_set_mem_access_multi()
|
A D | p2m.c | 424 gfn_t gfn = _gfn(gfn_l); in __get_gfn_type_access() 435 return _mfn(gfn_l); in __get_gfn_type_access() 712 gfn_t gfn = _gfn(gfn_l); in p2m_remove_page() 951 gfn_t gfn = _gfn(gfn_l); in p2m_change_type_one() 1086 gfn_t gfn = _gfn(gfn_l); in set_typed_p2m_entry() 1158 gfn_t gfn = _gfn(gfn_l); in set_identity_p2m_entry() 1167 return iommu_map_page(d, gfn_l, gfn_l, IOMMUF_readable|IOMMUF_writable); in set_identity_p2m_entry() 1206 gfn_t gfn = _gfn(gfn_l); in clear_mmio_p2m_entry() 1248 gfn_t gfn = _gfn(gfn_l); in clear_identity_p2m_entry() 1286 gfn_t gfn = _gfn(gfn_l); in set_shared_p2m_entry() [all …]
|
A D | p2m-pod.c | 1293 guest_physmap_mark_populate_on_demand(struct domain *d, unsigned long gfn_l, in guest_physmap_mark_populate_on_demand() argument 1297 gfn_t gfn = _gfn(gfn_l); in guest_physmap_mark_populate_on_demand() 1306 P2M_DEBUG("mark pod gfn=%#lx\n", gfn_l); in guest_physmap_mark_populate_on_demand()
|
Completed in 12 milliseconds