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

Function platform_current_cpu

loader/tests/src/platform.c:385–389  ·  view source on GitHub ↗

* <!-- description --> * @brief Returns the current CPU (i.e. PP) * * <!-- inputs/outputs --> * @return Returns the current CPU (i.e. PP) */

Source from the content-addressed store, hash-verified

383 * @return Returns the current CPU (i.e. PP)
384 */
385NODISCARD uint32_t
386platform_current_cpu(void) NOEXCEPT
387{
388 return 0U;
389}
390
391/**
392 * <!-- description -->

Callers 1

test_platform.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected