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

Function fail_entry

kernel/integration/fast_fail_exit_from_fail.cpp:153–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 /// input is undefined.
152 ///
153 extern "C" void
154 fail_entry(bsl::safe_u64::value_type const errc, bsl::safe_u64::value_type const addr) noexcept
155 {
156 bsl::discard(errc);
157 bsl::discard(addr);
158
159 bsl::assert("fail from the fail handler", bsl::here());
160 }
161
162 /// <!-- description -->
163 /// @brief Implements the VMExit entry function. This is registered

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected