#include <l4/sys/types.h>
#include "app.h"
Go to the source code of this file.
Functions | |
int | is_fiasco (void) |
int | start_app_pager (void) |
Create the application's pager. | |
l4_addr_t | addr_app_to_here (app_t *app, l4_addr_t addr) fastcall |
Translate app address into here address. | |
Variables | |
l4_threadid_t | app_pager_id |
pager thread. |
Should be moved to an own L4 server.
l4_addr_t addr_app_to_here | ( | app_t * | app, | |
l4_addr_t | addr | |||
) |
Translate app address into here address.
int start_app_pager | ( | void | ) |
Create the application's pager.
l4_threadid_t app_pager_id |
pager thread.