Home
last modified time | relevance | path

Searched refs:POST_LAUNCHED_VM (Results 1 – 4 of 4) sorted by relevance

/hypervisor/include/arch/x86/asm/
A Dvm_config.h53 #define CONFIG_POST_STD_VM .load_order = POST_LAUNCHED_VM, \
56 #define CONFIG_POST_RT_VM .load_order = POST_LAUNCHED_VM, \
/hypervisor/include/public/
A Dacrn_common.h624 POST_LAUNCHED_VM, /* Launched by Devicemodel in Service VM */ enumerator
/hypervisor/arch/x86/guest/
A Dvm.c123 return (get_vm_config(vm->vm_id)->load_order == POST_LAUNCHED_VM); in is_postlaunched_vm()
813 if ((vm_config->load_order == POST_LAUNCHED_VM) in create_vm()
/hypervisor/dm/
A Dio_req.c753 if ((status == -ENODEV) && (vm_config->load_order == POST_LAUNCHED_VM)) { in emulate_io()

Completed in 24 milliseconds