C++ implementation of state word in the vCPU area.
More...
C++ implementation of state word in the vCPU area.
Definition at line 31 of file vcpu.
◆ State()
L4vcpu::State::State |
( |
unsigned |
v | ) |
|
|
inlineexplicit |
Initialize state.
- Parameters
-
Definition at line 41 of file vcpu.
◆ add()
void L4vcpu::State::add |
( |
unsigned |
bits | ) |
|
throw | ( | |
| ) | | |
|
inline |
Add flags.
- Parameters
-
bits | Bits to add to the word. |
Definition at line 48 of file vcpu.
◆ clear()
void L4vcpu::State::clear |
( |
unsigned |
bits | ) |
|
throw | ( | |
| ) | | |
|
inline |
Clear flags.
- Parameters
-
bits | Bits to clear in the word. |
Definition at line 55 of file vcpu.
◆ set()
void L4vcpu::State::set |
( |
unsigned |
v | ) |
|
throw | ( | |
| ) | | |
|
inline |
Set flags.
- Parameters
-
v | Set the word to the value of v. |
Definition at line 62 of file vcpu.
The documentation for this class was generated from the following file: