Home
last modified time | relevance | path

Searched refs:how (Results 1 – 3 of 3) sorted by relevance

/devicemodel/core/
A Dvmmapi.c497 vm_set_suspend_mode(enum vm_suspend_how how) in vm_set_suspend_mode() argument
499 …ce("VM state changed from[ %s ] to [ %s ]\n", vm_state_to_str(suspend_mode), vm_state_to_str(how)); in vm_set_suspend_mode()
500 suspend_mode = how; in vm_set_suspend_mode()
510 vm_suspend(struct vmctx *ctx, enum vm_suspend_how how) in vm_suspend() argument
512 pr_info("%s: setting VM state to %s\n", __func__, vm_state_to_str(how)); in vm_suspend()
513 vm_set_suspend_mode(how); in vm_suspend()
/devicemodel/include/
A Dvmmapi.h113 void vm_set_suspend_mode(enum vm_suspend_how how);
133 int vm_suspend(struct vmctx *ctx, enum vm_suspend_how how);
/devicemodel/bios/
A Dchangelog_ovmf.txt14 - acrn: fix how to get memory below 4G

Completed in 9 milliseconds