mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:57:44 +00:00
Kernel: Implement safe_* memory access functions for x86_64
This commit is contained in:
parent
79ab9cce18
commit
df530941cc
4 changed files with 57 additions and 120 deletions
|
@ -95,6 +95,6 @@ struct RegisterState;
|
|||
}
|
||||
}
|
||||
|
||||
bool handle_safe_access_fault(RegisterState& regs, u32 fault_address);
|
||||
bool handle_safe_access_fault(RegisterState& regs, FlatPtr fault_address);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue