Memory: remove IsValidVirtualAddress with current process
This commit is contained in:
parent
36cf104a02
commit
7308b8d294
4 changed files with 7 additions and 10 deletions
|
@ -183,7 +183,6 @@ PageTable* GetCurrentPageTable();
|
|||
|
||||
/// Determines if the given VAddr is valid for the specified process.
|
||||
bool IsValidVirtualAddress(const Kernel::Process& process, VAddr vaddr);
|
||||
bool IsValidVirtualAddress(VAddr vaddr);
|
||||
|
||||
bool IsValidPhysicalAddress(PAddr paddr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue