Searched refs:sh_remove_shadows (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | shadow.h | 81 void sh_remove_shadows(struct domain *d, mfn_t gmfn, int fast, int all); 104 static inline void sh_remove_shadows(struct domain *d, mfn_t gmfn, in sh_remove_shadows() function 122 sh_remove_shadows(d, gmfn, 0 /* Be thorough */, 1 /* Must succeed */); in shadow_remove_all_shadows()
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/ |
A D | common.c | 635 sh_remove_shadows(d, gmfn, 0 /* Be thorough */, 1 /* Must succeed */); in oos_remove_write_access() 1075 sh_remove_shadows(d, gmfn, 0, 0); in sh_validate_guest_pt_write() 1716 sh_remove_shadows(d, sh_ctxt->mfn[0], 0, 0 /* Slow, can fail. */ ); in sh_emulate_map_dest() 1750 sh_remove_shadows(d, sh_ctxt->mfn[1], 0, 0 /* Slow, can fail. */ ); in sh_emulate_map_dest() 2681 void sh_remove_shadows(struct domain *d, mfn_t gmfn, int fast, int all) in sh_remove_shadows() function 2816 sh_remove_shadows(d, gmfn, 0, 1); in sh_remove_all_shadows_and_parents()
|
A D | multi.c | 2566 sh_remove_shadows(d, gmfn, 1, 0 /* Fast, can fail to unshadow */ ); in check_for_early_unshadow() 3314 sh_remove_shadows(d, gmfn, 0 /* thorough */, 1 /* must succeed */); in sh_page_fault() 3357 sh_remove_shadows(d, gmfn, 1 /* fast */, 0 /* can fail */); in sh_page_fault() 3395 sh_remove_shadows(d, gmfn, 0 /* thorough */, 1 /* must succeed */); in sh_page_fault()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | dm.c | 229 sh_remove_shadows(d, gmfn, 1, 0); in modified_memory()
|
Completed in 18 milliseconds