Searched refs:mem_sharing_notify_enomem (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | mem_sharing.h | 86 int mem_sharing_notify_enomem(struct domain *d, unsigned long gfn,
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | p2m.c | 450 (void)mem_sharing_notify_enomem(p2m->domain, gfn_l, 0); in __get_gfn_type_access() 835 (void)mem_sharing_notify_enomem(p2m->domain, in guest_physmap_add_entry()
|
A D | mem_sharing.c | 553 int mem_sharing_notify_enomem(struct domain *d, unsigned long gfn, in mem_sharing_notify_enomem() function
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | memory.c | 343 (void)mem_sharing_notify_enomem(d, gmfn, 0); in guest_remove_page()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | hvm.c | 1937 if ( (rv = mem_sharing_notify_enomem(currd, gfn, 1)) < 0 ) in hvm_hap_nested_page_fault()
|
Completed in 18 milliseconds