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

Function platform_arch_init

loader/windows/src/platform.c:580–584  ·  view source on GitHub ↗

* <!-- description --> * @brief Initializes the archiecture. Some platforms might need per CPU * initialization logic to get the CPU set up. Most platforms ignore * calls to this function * * <!-- inputs/outputs --> * @return Returns 0 on success, LOADER_FAILURE otherwise */

Source from the content-addressed store, hash-verified

578 * @return Returns 0 on success, LOADER_FAILURE otherwise
579 */
580NODISCARD int64_t
581platform_arch_init(void) NOEXCEPT
582{
583 return LOADER_SUCCESS;
584}
585
586/**
587 * <!-- description -->

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected