Searched refs:add_to_physmap (Results 1 – 5 of 5) sorted by relevance
/xen/xen/xsm/ |
A D | dummy.c | 118 set_to_dummy_if_null(ops, add_to_physmap); in xsm_fixup_ops()
|
/xen/xen/include/ |
A D | xlat.lst | 94 ! add_to_physmap memory.h
|
/xen/xen/include/xsm/ |
A D | xsm.h | 86 int (*add_to_physmap) (struct domain *d1, struct domain *d2); member 373 return xsm_ops->add_to_physmap(d1, d2); in xsm_add_to_physmap()
|
/xen/xen/arch/x86/mm/ |
A D | mem_sharing.c | 1101 int add_to_physmap(struct domain *sd, unsigned long sgfn, shr_handle_t sh, in add_to_physmap() function 1502 rc = add_to_physmap(parent, gfn_l, handle, d, gfn_l, false); in mem_sharing_fork_page() 2001 rc = add_to_physmap(d, sgfn, sh, cd, cgfn, true); in mem_sharing_memop()
|
/xen/xen/xsm/flask/ |
A D | hooks.c | 1845 .add_to_physmap = flask_add_to_physmap,
|
Completed in 14 milliseconds