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

Function platform_arch_init

loader/linux/src/platform.c:460–464  ·  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

458 * @return Returns 0 on success, LOADER_FAILURE otherwise
459 */
460NODISCARD int64_t
461platform_arch_init(void) NOEXCEPT
462{
463 return LOADER_SUCCESS;
464}
465
466/**
467 * <!-- description -->

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected