MCPcopy Create free account
hub / github.com/Bareflank/hypervisor / vmexit_entry

Function vmexit_entry

kernel/integration/fast_fail_exit_from_vmexit.cpp:196–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 /// @param exit_reason the exit reason associated with the VMExit
195 ///
196 extern "C" void
197 vmexit_entry(
198 bsl::safe_u16::value_type const vsid, bsl::safe_u64::value_type const exit_reason) noexcept
199 {
200 bsl::discard(vsid);
201 bsl::discard(exit_reason);
202
203 bsl::error() << "extension purposely exiting early\n";
204 bf_control_op_exit();
205 }
206
207 /// <!-- description -->
208 /// @brief Implements the main entry function for this example

Callers

nothing calls this directly

Calls 1

bf_control_op_exitFunction · 0.50

Tested by

no test coverage detected