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

Function platform_mark_gdt_writable

loader/linux/src/platform.c:470–474  ·  view source on GitHub ↗

* <!-- description --> * @brief Marks the current GDT as read/write */

Source from the content-addressed store, hash-verified

468 * @brief Marks the current GDT as read/write
469 */
470void
471platform_mark_gdt_writable(void) NOEXCEPT
472{
473 load_direct_gdt(raw_smp_processor_id());
474}
475
476/**
477 * <!-- description -->

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected