Home
last modified time | relevance | path

Searched refs:p2m_set_entry (Results 1 – 10 of 10) sorted by relevance

/xen/xen/arch/x86/mm/
A Dmem_paging.c128 rc = p2m_set_entry(p2m, gfn, mfn, PAGE_ORDER_4K, p2m_ram_paging_in, a); in p2m_mem_paging_populate()
191 int rc = p2m_set_entry(p2m, gfn, mfn, PAGE_ORDER_4K, in p2m_mem_paging_resume()
254 ret = p2m_set_entry(p2m, gfn, mfn, PAGE_ORDER_4K, p2m_ram_paging_out, a); in nominate()
316 ret = p2m_set_entry(p2m, gfn, INVALID_MFN, PAGE_ORDER_4K, in evict()
413 ret = p2m_set_entry(p2m, gfn, mfn, PAGE_ORDER_4K, in prepare()
A Dp2m-pod.c554 if ( p2m_set_entry(p2m, gfn, INVALID_MFN, order, p2m_invalid, in p2m_pod_decrease_reservation()
609 if ( p2m_set_entry(p2m, gfn_add(gfn, i), INVALID_MFN, cur_order, in p2m_pod_decrease_reservation()
638 if ( p2m_set_entry(p2m, gfn_add(gfn, i), INVALID_MFN, cur_order, in p2m_pod_decrease_reservation()
777 if ( p2m_set_entry(p2m, gfn, INVALID_MFN, PAGE_ORDER_2M, in p2m_pod_zero_check_superpage()
846 if ( reset && p2m_set_entry(p2m, gfn, mfn0, PAGE_ORDER_2M, in p2m_pod_zero_check_superpage()
916 if ( p2m_set_entry(p2m, gfns[i], INVALID_MFN, PAGE_ORDER_4K, in p2m_pod_zero_check()
930 if ( p2m_set_entry(p2m, gfns[i], mfns[i], PAGE_ORDER_4K, in p2m_pod_zero_check()
972 if ( p2m_set_entry(p2m, gfns[i], mfns[i], PAGE_ORDER_4K, in p2m_pod_zero_check()
1192 if ( p2m_set_entry(p2m, gfn_aligned, mfn, order, p2m_ram_rw, in p2m_pod_demand_populate()
1249 if ( p2m_set_entry(p2m, gfn_aligned, INVALID_MFN, PAGE_ORDER_4K, in p2m_pod_demand_populate()
[all …]
A Dp2m.c617 int p2m_set_entry(struct p2m_domain *p2m, gfn_t gfn, mfn_t mfn, in p2m_set_entry() function
815 return p2m_set_entry(p2m, gfn, INVALID_MFN, page_order, p2m_invalid, in p2m_remove_page()
1000 rc = p2m_set_entry(p2m, gfn, mfn, page_order, t, p2m->default_access); in guest_physmap_add_entry()
1045 ? p2m_set_entry(p2m, gfn, mfn, PAGE_ORDER_4K, nt, in p2m_change_type_one()
1304 rc = p2m_set_entry(p2m, gfn, mfn, order, gfn_p2mt, access); in set_typed_p2m_entry()
1364 ret = p2m_set_entry(p2m, gfn, _mfn(gfn_l), PAGE_ORDER_4K, in set_identity_p2m_entry()
1424 rc = p2m_set_entry(p2m, gfn, INVALID_MFN, order, p2m_invalid, in clear_mmio_p2m_entry()
1454 ret = p2m_set_entry(p2m, gfn, INVALID_MFN, PAGE_ORDER_4K, in clear_identity_p2m_entry()
1498 rc = p2m_set_entry(p2m, gfn, mfn, PAGE_ORDER_4K, p2m_ram_shared, in set_shared_p2m_entry()
2083 rc = p2m_set_entry(ap2m, gfn, amfn, page_order, *p2mt, *p2ma); in p2m_altp2m_get_or_propagate()
[all …]
A Dmem_sharing.c1147 ret = p2m_set_entry(p2m, _gfn(cgfn), smfn, PAGE_ORDER_4K, in add_to_physmap()
/xen/xen/arch/x86/mm/hap/
A Dnested_hap.c118 rc = p2m_set_entry(p2m, _gfn(gfn), mfn, page_order, p2mt, p2ma); in nestedhap_fix_p2m()
/xen/xen/include/asm-arm/
A Dp2m.h247 int p2m_set_entry(struct p2m_domain *p2m,
/xen/xen/arch/arm/
A Dmem_access.c415 rc = p2m_set_entry(p2m, gfn, 1, mfn, t, a); in p2m_set_mem_access()
A Dp2m.c1078 int p2m_set_entry(struct p2m_domain *p2m, in p2m_set_entry() function
1292 rc = p2m_set_entry(p2m, start_gfn, nr, mfn, t, p2m->default_access); in p2m_insert_mapping()
1307 rc = p2m_set_entry(p2m, start_gfn, nr, INVALID_MFN, in p2m_remove_mapping()
/xen/xen/include/asm-x86/
A Dp2m.h751 int __must_check p2m_set_entry(struct p2m_domain *p2m, gfn_t gfn, mfn_t mfn,
/xen/xen/arch/x86/hvm/
A Dhvm.c1880 int res = p2m_set_entry(p2m, _gfn(gfn), mfn, PAGE_ORDER_4K, in hvm_hap_nested_page_fault()

Completed in 31 milliseconds