|
The Pedigree Project 0.1
|
Collaboration diagram for SyscallManager::PostSyscallAction:Public Member Functions | |
| PostSyscallAction (const PostSyscallAction &)=delete | |
| PostSyscallAction & | operator= (const PostSyscallAction &)=delete |
Public Attributes | ||
| PostSyscallActionKind | kind | |
| intptr_t | value | |
| union { | ||
| ProcessorState state | ||
| }; | ||
Definition at line 127 of file include/pedigree/kernel/processor/SyscallManager.h.
|
inline |
Definition at line 128 of file include/pedigree/kernel/processor/SyscallManager.h.
|
inline |
Definition at line 130 of file include/pedigree/kernel/processor/SyscallManager.h.
| PostSyscallActionKind SyscallManager::PostSyscallAction::kind |
Definition at line 139 of file include/pedigree/kernel/processor/SyscallManager.h.
| ProcessorState SyscallManager::PostSyscallAction::state |
Definition at line 144 of file include/pedigree/kernel/processor/SyscallManager.h.
| intptr_t SyscallManager::PostSyscallAction::value |
Definition at line 140 of file include/pedigree/kernel/processor/SyscallManager.h.