L4Re Operating System Framework
Interface and Usage Documentation
|
Extended vCPU handling functionality. More...
Functions | |
int | l4vcpu_ext_alloc (l4_vcpu_state_t **vcpu, l4_addr_t *ext_state, l4_cap_idx_t task, l4_cap_idx_t regmgr) L4_NOTHROW |
Allocate state area for an extended vCPU. | |
Extended vCPU handling functionality.
int l4vcpu_ext_alloc | ( | l4_vcpu_state_t ** | vcpu, |
l4_addr_t * | ext_state, | ||
l4_cap_idx_t | task, | ||
l4_cap_idx_t | regmgr | ||
) |
Allocate state area for an extended vCPU.
[out] | vcpu | Allocated vcpu-state area. |
[out] | ext_state | Allocated extended vcpu-state area. |
task | Task to use for allocation. | |
regmgr | Region manager to use for allocation. |