mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:57:42 +00:00
UserspaceEmulator: Implement profiling, disown, purge syscalls
This commit is contained in:
parent
39c92dad83
commit
9ca34c3047
2 changed files with 32 additions and 0 deletions
|
@ -98,6 +98,10 @@ private:
|
|||
int virt$shbuf_release(int shbuf_id);
|
||||
int virt$shbuf_seal(int shbuf_id);
|
||||
int virt$shbuf_set_volatile(int shbuf_id, bool);
|
||||
int virt$profiling_enable(pid_t);
|
||||
int virt$profiling_disable(pid_t);
|
||||
int virt$disown(pid_t);
|
||||
int virt$purge(int mode);
|
||||
u32 virt$mmap(u32);
|
||||
u32 virt$mount(u32);
|
||||
u32 virt$munmap(FlatPtr address, u32 size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue