Go to the source code of this file.
Functions | |
int64_t | return_success () |
int64_t | stop_vmm (uint64_t arg) |
int64_t return_success | ( | ) |
Definition at line 27 of file dummy_misc.cpp.
|
noexcept |
Stop VMM
This function stops the VMM. The driver entry uses the ELF loader to call this "C" function from the kernel. Prior to executing this function, a new stack is provided, and all exceptions are caught prior to completing. To stop the VMM, this function calls the vcpu_manager's stop function, which begins the processing of stopping the vmm.
arg | unused (likely will contain the cpu's core # in the future) |
Definition at line 27 of file dummy_stop_vmm_success.cpp.