mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
NOVA: Added new hypercalls for Cell management.
This commit is contained in:
@@ -66,9 +66,11 @@ namespace Nova {
|
||||
NOVA_ASSIGN_GSI = 0xe,
|
||||
NOVA_PD_CTRL = 0xf,
|
||||
NOVA_YIELD = 0x10,
|
||||
NOVA_CREATE_CELL= 0x11,
|
||||
NOVA_MXINIT = 0x11,
|
||||
NOVA_ALLOC_CORES= 0x12,
|
||||
NOVA_CORE_ALLOC = 0x13,
|
||||
NOVA_CREATE_CELL= 0x14,
|
||||
NOVA_CELL_CTRL = 0x15,
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -281,6 +283,15 @@ namespace Nova {
|
||||
HPC_READ = 10U,
|
||||
};
|
||||
|
||||
/**
|
||||
* Cell operations
|
||||
*/
|
||||
enum Cell_op
|
||||
{
|
||||
SHRINK = 0,
|
||||
GROW = 1,
|
||||
};
|
||||
|
||||
/**
|
||||
* Pd operations
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user