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

Function dispatch_esr_trampoline

kernel/src/main.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 /// bsl::errc_failure otherwise
102 ///
103 extern "C" [[nodiscard]] auto
104 dispatch_esr_trampoline(tls_t *const pmut_tls) noexcept -> bsl::errc_type
105 {
106 bsl::expects(nullptr != pmut_tls);
107 return dispatch_esr(*pmut_tls, g_mut_intrinsic);
108 }
109
110 /// <!-- description -->
111 /// @brief remove me

Callers

nothing calls this directly

Calls 1

dispatch_esrFunction · 0.50

Tested by

no test coverage detected