The Pedigree Project
0.1
|
Public Member Functions | |
virtual ReturnState | syscall (uint64_t subid, void *params, size_t params_size) |
Definition at line 32 of file NativeSyscallManager.cc.
|
virtual |
System call entry.
This is where every NATIVE_CALL syscall ends up for each kernel-space object.
subid | the method call ID specific to this class |
params | parameter block for this class |
Implements NativeBase.
Definition at line 193 of file NativeSyscallManager.cc.
References ReturnState::meta, NOTICE, ReturnState::success, and ReturnState::value.