Searched refs:HVM_PARAM_STORE_PFN (Results 1 – 12 of 12) sorted by relevance
/xen-4.10.0-shim-comet/tools/python/xen/migration/ |
A D | public.py | 8 HVM_PARAM_STORE_PFN = 1 variable
|
/xen-4.10.0-shim-comet/xen/include/public/hvm/ |
A D | params.h | 78 #define HVM_PARAM_STORE_PFN 1 macro
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | shim.c | 187 SET_AND_MAP_PARAM(HVM_PARAM_STORE_PFN, si->store_mfn, store_va); in pv_shim_setup_dom() 238 BUG_ON(xen_hypercall_hvm_get_param(HVM_PARAM_STORE_PFN, &si->store_mfn)); in write_start_info() 270 BUG_ON(xen_hypercall_hvm_get_param(HVM_PARAM_STORE_PFN, &old_store_pfn)); in pv_shim_shutdown() 297 BUG_ON(xen_hypercall_hvm_get_param(HVM_PARAM_STORE_PFN, &store_pfn)); in pv_shim_shutdown()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_sr_save_x86_hvm.c | 64 HVM_PARAM_STORE_PFN, in write_hvm_params()
|
A D | xc_sr_restore_x86_hvm.c | 76 case HVM_PARAM_STORE_PFN: in handle_hvm_params()
|
A D | xc_dom_arm.c | 98 xc_hvm_param_set(dom->xch, dom->guest_domid, HVM_PARAM_STORE_PFN, in alloc_magic_pages()
|
A D | xc_dom_x86.c | 615 xc_hvm_param_set(xch, domid, HVM_PARAM_STORE_PFN, in alloc_magic_pages_hvm()
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | xenbus.c | 59 if ( hvm_param_get(HVM_PARAM_STORE_PFN, &val) ) in xenbus_setup()
|
/xen-4.10.0-shim-comet/xen/arch/x86/guest/ |
A D | xen.c | 332 MARK_PARAM_RAM(HVM_PARAM_STORE_PFN); in hypervisor_fixup_e820()
|
/xen-4.10.0-shim-comet/tools/python/scripts/ |
A D | convert-legacy-stream | 520 public.HVM_PARAM_STORE_PFN, store])
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_dom.c | 898 xc_hvm_param_get(handle, domid, HVM_PARAM_STORE_PFN, &str_mfn); in hvm_build_set_params()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | hvm.c | 4370 case HVM_PARAM_STORE_PFN: in hvm_allow_get_param()
|
Completed in 31 milliseconds