Searched refs:set_entry (Results 1 – 8 of 8) sorted by relevance
/xen/tools/ocaml/xenstored/ |
A D | quota.ml | 62 let set_entry quota id nb = function 75 set_entry quota id (nb - 1) 80 set_entry quota id (nb + 1) 83 Hashtbl.iter (fun id nb -> set_entry quota id (get_entry quota id + nb)) diff.cur 88 … set_entry dest_quota id ((try get_entry dest_quota id with Not_found -> 0) + diff)) mod_quota.cur
|
/xen/xen/arch/x86/mm/ |
A D | mem_access.c | 170 rc = p2m->set_entry(p2m, gfn, mfn, PAGE_ORDER_4K, p2mt, p2m_access_rw, -1); in p2m_mem_access_check() 178 rc = p2m->set_entry(p2m, gfn, mfn, PAGE_ORDER_4K, in p2m_mem_access_check() 205 rc = p2m->set_entry(p2m, gfn, mfn, PAGE_ORDER_4K, in p2m_mem_access_check() 283 return ap2m->set_entry(ap2m, gfn, mfn, PAGE_ORDER_4K, t, a, -1); in p2m_set_altp2m_mem_access() 310 rc = p2m->set_entry(p2m, gfn, mfn, PAGE_ORDER_4K, t, a, -1); in set_mem_access()
|
A D | mem_sharing.c | 1366 set_rc = p2m->set_entry(p2m, _gfn(gfn), INVALID_MFN, PAGE_ORDER_4K, in relinquish_shared_pages() 1544 return p2m->set_entry(p2m, gfn, new_mfn, PAGE_ORDER_4K, p2m_ram_rw, in mem_sharing_fork_page() 1604 ret = p2m->set_entry(p2m, gfn, new_vcpu_info_mfn, in copy_vcpu_settings() 1692 rc = p2m->set_entry(p2m, _gfn(value), new_mfn, PAGE_ORDER_4K, in copy_special_pages() 1713 rc = p2m->set_entry(p2m, new_gfn, INVALID_MFN, PAGE_ORDER_4K, in copy_special_pages() 1722 rc = p2m->set_entry(p2m, old_gfn, new_mfn, PAGE_ORDER_4K, in copy_special_pages() 1831 rc = p2m->set_entry(p2m, gfn, INVALID_MFN, PAGE_ORDER_4K, in mem_sharing_fork_reset()
|
A D | p2m.c | 643 set_rc = p2m->set_entry(p2m, gfn, mfn, order, p2mt, p2ma, -1); in p2m_set_entry() 1985 rc = ap2m->set_entry(ap2m, gfn_aligned, mfn_aligned, page_order, *t, *a, 1); in altp2m_get_effective_entry() 2346 if ( !ap2m->set_entry(ap2m, old_gfn, mfn, PAGE_ORDER_4K, t, a, in p2m_change_altp2m_gfn() 2704 if ( !err && (err = p2m->set_entry(p2m, _gfn(start), mfn, in p2m_set_suppress_ve_multi()
|
A D | p2m-pt.c | 1105 p2m->set_entry = p2m_pt_set_entry; in p2m_pt_init()
|
A D | p2m-ept.c | 1257 p2m->set_entry = ept_set_entry; in ept_p2m_init()
|
/xen/xen/arch/x86/mm/hap/ |
A D | nested_hap.c | 107 ASSERT(p2m->set_entry); in nestedhap_fix_p2m()
|
/xen/xen/include/asm-x86/ |
A D | p2m.h | 241 int (*set_entry)(struct p2m_domain *p2m, member
|
Completed in 21 milliseconds