mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:57:42 +00:00
VM: Support non-freeable, non-eternal PhysicalPages.
This commit is contained in:
parent
6bb7c80365
commit
a8e86841ce
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ public:
|
|||
}
|
||||
|
||||
static Retained<PhysicalPage> create_eternal(PhysicalAddress, bool supervisor);
|
||||
static Retained<PhysicalPage> create(PhysicalAddress, bool supervisor);
|
||||
static Retained<PhysicalPage> create(PhysicalAddress, bool supervisor, bool may_return_to_freelist = true);
|
||||
|
||||
word retain_count() const { return m_retain_count; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue