add page fault forwarding
This commit is contained in:
@ -71,6 +71,8 @@ struct syscall_load_desc {
|
||||
struct syscall_response {
|
||||
unsigned long status;
|
||||
long ret;
|
||||
unsigned long fault_address;
|
||||
unsigned long fault_reason;
|
||||
};
|
||||
|
||||
struct syscall_ret_desc {
|
||||
|
||||
Reference in New Issue
Block a user