stos: hal+amd64: Add helper to unmap single page
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -63,4 +63,13 @@ ST_STATUS HalMmuMapSingle(
|
||||
USHORT Flags, MMU_PAGESIZE PageSize
|
||||
);
|
||||
|
||||
/*
|
||||
* Unmap a single page of memory
|
||||
*
|
||||
* @Vas: Virtual address space to unmap within
|
||||
* @Vma: Virtual address to unmap
|
||||
* @PageSize: Pagesize to unmap
|
||||
*/
|
||||
ST_STATUS HalMmuUnmapSingle(MMU_VAS *Vas, UPTR Vma, MMU_PAGESIZE PageSize);
|
||||
|
||||
#endif /* !_HAL_MMU_H_ */
|
||||
|
||||
Reference in New Issue
Block a user