NOVA: Added new hypercalls for cell management and CPU core allocation.

This commit is contained in:
Michael Mueller
2023-12-15 14:35:04 +01:00
parent 705f262eb9
commit 3c133b459e
2 changed files with 31 additions and 2 deletions

View File

@@ -65,6 +65,10 @@ namespace Nova {
NOVA_ASSIGN_PCI = 0xd,
NOVA_ASSIGN_GSI = 0xe,
NOVA_PD_CTRL = 0xf,
NOVA_YIELD = 0x10,
NOVA_CREATE_CELL= 0x11,
NOVA_ALLOC_CORES= 0x12,
NOVA_CORE_ALLOC = 0x13,
};
/**