Searched refs:p2m_set_entry (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | p2m-pod.c | 568 if ( p2m_set_entry(p2m, gfn, INVALID_MFN, order, p2m_invalid, in p2m_pod_decrease_reservation() 623 if ( p2m_set_entry(p2m, gfn_add(gfn, i), INVALID_MFN, cur_order, in p2m_pod_decrease_reservation() 651 if ( p2m_set_entry(p2m, gfn_add(gfn, i), INVALID_MFN, cur_order, in p2m_pod_decrease_reservation() 796 if ( p2m_set_entry(p2m, gfn, INVALID_MFN, PAGE_ORDER_2M, in p2m_pod_zero_check_superpage() 865 if ( reset && p2m_set_entry(p2m, gfn, mfn0, PAGE_ORDER_2M, in p2m_pod_zero_check_superpage() 936 if ( p2m_set_entry(p2m, gfns[i], INVALID_MFN, PAGE_ORDER_4K, in p2m_pod_zero_check() 950 if ( p2m_set_entry(p2m, gfns[i], mfns[i], PAGE_ORDER_4K, in p2m_pod_zero_check() 992 if ( p2m_set_entry(p2m, gfns[i], mfns[i], PAGE_ORDER_4K, in p2m_pod_zero_check() 1214 if ( p2m_set_entry(p2m, gfn_aligned, mfn, order, p2m_ram_rw, in p2m_pod_demand_populate() 1271 if ( p2m_set_entry(p2m, gfn_aligned, INVALID_MFN, PAGE_ORDER_4K, in p2m_pod_demand_populate() [all …]
|
A D | p2m.c | 536 int p2m_set_entry(struct p2m_domain *p2m, gfn_t gfn, mfn_t mfn, in p2m_set_entry() function 657 rc = p2m_set_entry(p2m, _gfn(0), INVALID_MFN, PAGE_ORDER_4K, in p2m_alloc_table() 907 rc = p2m_set_entry(p2m, gfn, mfn, page_order, t, in guest_physmap_add_entry() 923 rc = p2m_set_entry(p2m, gfn, INVALID_MFN, page_order, in guest_physmap_add_entry() 963 ? p2m_set_entry(p2m, gfn, mfn, PAGE_ORDER_4K, nt, in p2m_change_type_one() 1118 rc = p2m_set_entry(p2m, gfn, mfn, order, gfn_p2mt, access); in set_typed_p2m_entry() 1175 ret = p2m_set_entry(p2m, gfn, _mfn(gfn_l), PAGE_ORDER_4K, in set_identity_p2m_entry() 1438 ret = p2m_set_entry(p2m, gfn, INVALID_MFN, PAGE_ORDER_4K, in p2m_mem_paging_evict() 1654 ret = p2m_set_entry(p2m, gfn, mfn, PAGE_ORDER_4K, in p2m_mem_paging_prep() 1703 p2m_set_entry(p2m, gfn, mfn, PAGE_ORDER_4K, in p2m_mem_paging_resume() [all …]
|
A D | mem_sharing.c | 1055 ret = p2m_set_entry(p2m, _gfn(cgfn), smfn, PAGE_ORDER_4K, in mem_sharing_add_to_physmap()
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/hap/ |
A D | nested_hap.c | 119 rc = p2m_set_entry(p2m, _gfn(gfn), mfn, page_order, p2mt, p2ma); in nestedhap_fix_p2m()
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | p2m.h | 222 int p2m_set_entry(struct p2m_domain *p2m,
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | mem_access.c | 410 rc = p2m_set_entry(p2m, gfn, 1, mfn, t, a); in p2m_set_mem_access()
|
A D | p2m.c | 976 int p2m_set_entry(struct p2m_domain *p2m, in p2m_set_entry() function 1034 rc = p2m_set_entry(p2m, start_gfn, nr, mfn, t, p2m->default_access); in p2m_insert_mapping() 1049 rc = p2m_set_entry(p2m, start_gfn, nr, INVALID_MFN, in p2m_remove_mapping()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | p2m.h | 692 int p2m_set_entry(struct p2m_domain *p2m, gfn_t gfn, mfn_t mfn,
|
Completed in 24 milliseconds