Home
last modified time | relevance | path

Searched refs:get_entry (Results 1 – 11 of 11) sorted by relevance

/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dquota.ml60 let get_entry quota id = Hashtbl.find quota.cur id function
74 let nb = get_entry quota id in
79 let nb = try get_entry quota id with Not_found -> 0 in
83 Hashtbl.iter (fun id nb -> set_entry quota id (get_entry quota id + nb)) diff.cur
86 Hashtbl.iter (fun id nb -> let diff = nb - (try get_entry orig_quota id with Not_found -> 0) in
88 … set_entry dest_quota id ((try get_entry dest_quota id with Not_found -> 0) + diff)) mod_quota.cur
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dmem_access.c69 mfn = p2m->get_entry(p2m, gfn, &t, &a, 0, NULL, NULL); in _p2m_get_mem_access()
163 mfn = p2m->get_entry(p2m, gfn, &p2mt, &p2ma, 0, NULL, NULL); in p2m_mem_access_check()
196 mfn = p2m->get_entry(p2m, gfn, &p2mt, &p2ma, 0, NULL, NULL); in p2m_mem_access_check()
250 mfn = ap2m->get_entry(ap2m, gfn, &t, &old_a, 0, NULL, NULL); in p2m_set_altp2m_mem_access()
299 mfn = p2m->get_entry(p2m, gfn, &t, &_a, 0, NULL, NULL); in set_mem_access()
A Dp2m.c442 mfn = p2m->get_entry(p2m, gfn, t, a, q, page_order, NULL); in __get_gfn_type_access()
812 omfn = p2m->get_entry(p2m, gfn_add(gfn, i), &ot, in guest_physmap_add_entry()
840 omfn = p2m->get_entry(p2m, gfn_add(gfn, i), in guest_physmap_add_entry()
961 mfn = p2m->get_entry(p2m, gfn, &pt, &a, 0, NULL, NULL); in p2m_change_type_one()
1172 mfn = p2m->get_entry(p2m, gfn, &p2mt, &a, 0, NULL, NULL); in set_identity_p2m_entry()
1262 mfn = p2m->get_entry(p2m, gfn, &p2mt, &a, 0, NULL, NULL); in clear_identity_p2m_entry()
1296 omfn = p2m->get_entry(p2m, gfn, &ot, &a, 0, NULL, NULL); in set_shared_p2m_entry()
1349 mfn = p2m->get_entry(p2m, gfn, &p2mt, &a, 0, NULL, NULL); in p2m_mem_paging_nominate()
1412 mfn = p2m->get_entry(p2m, gfn, &p2mt, &a, 0, NULL, NULL); in p2m_mem_paging_evict()
1545 mfn = p2m->get_entry(p2m, gfn, &p2mt, &a, 0, NULL, NULL); in p2m_mem_paging_populate()
[all …]
A Dp2m-pod.c546 p2m->get_entry(p2m, gfn_add(gfn, i), &t, &a, 0, &cur_order, NULL); in p2m_pod_decrease_reservation()
616 mfn = p2m->get_entry(p2m, gfn_add(gfn, i), &t, &a, 0, &cur_order, NULL); in p2m_pod_decrease_reservation()
742 mfn = p2m->get_entry(p2m, gfn_add(gfn, i), &type, &a, 0, in p2m_pod_zero_check_superpage()
898 mfns[i] = p2m->get_entry(p2m, gfns[i], types + i, &a, in p2m_pod_zero_check()
1061 (void)p2m->get_entry(p2m, _gfn(i), &t, &a, 0, NULL, NULL); in p2m_pod_emergency_sweep()
1315 p2m->get_entry(p2m, gfn_add(gfn, i), &ot, &a, 0, &cur_order, NULL); in guest_physmap_mark_populate_on_demand()
A Dp2m-pt.c1132 p2m->get_entry = p2m_pt_get_entry; in p2m_pt_init()
A Dp2m-ept.c1249 p2m->get_entry = ept_get_entry; in ept_p2m_init()
A Dmem_sharing.c1233 mfn = p2m->get_entry(p2m, _gfn(gfn), &t, &a, 0, NULL, NULL); in relinquish_shared_pages()
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D10graphics.diff2088 get_entry (menu_entries,
2094 get_entry (menu_entries,
2115 get_entry (menu_entries,
2121 get_entry (menu_entries,
2173 get_entry (menu_entries,
A D00cvs1288 cur_entry = get_entry (config_entries, first_entry + entryno, 1);
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dp2m.h243 mfn_t (*get_entry)(struct p2m_domain *p2m, member
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhvm.c1835 p2m->get_entry(p2m, _gfn(gfn), &p2mt, &p2ma, 0, NULL, &sve); in hvm_hap_nested_page_fault()

Completed in 29 milliseconds