Name
Memory Interface -- MEM interface to the other subsystems.
Description
This functions allow the other subsystems to interact, througth the messaging
service, with the Memory.
Details
page_ready_callback_t ()
void (*page_ready_callback_t) (gint pid,
gint page); |
Function pointer type for the callback used on mem_register_page_ready.
mem_register_page_ready ()
Registers func to be called whenever a processes page becomes available
in physical memory.
mem_touch_page ()
gboolean mem_touch_page (proc_t *proc,
gint page,
gboolean write); |
Access the page number page of process proc. The access will be for
writing if write is TRUE.