/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | quota.ml | 60 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 D | mem_access.c | 69 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 D | p2m.c | 442 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 D | p2m-pod.c | 546 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 D | p2m-pt.c | 1132 p2m->get_entry = p2m_pt_get_entry; in p2m_pt_init()
|
A D | p2m-ept.c | 1249 p2m->get_entry = ept_get_entry; in ept_p2m_init()
|
A D | mem_sharing.c | 1233 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 D | 10graphics.diff | 2088 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 D | 00cvs | 1288 cur_entry = get_entry (config_entries, first_entry + entryno, 1);
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | p2m.h | 243 mfn_t (*get_entry)(struct p2m_domain *p2m, member
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | hvm.c | 1835 p2m->get_entry(p2m, _gfn(gfn), &p2mt, &p2ma, 0, NULL, &sve); in hvm_hap_nested_page_fault()
|