Go to the source code of this file.
Defines | |
| #define | L4_PAGESIZE |
| Page size. | |
| #define | L4_PAGEMASK |
| Page mask (upper bits are 1). | |
| #define | L4_LOG2_PAGESIZE |
| Size of page in log2. | |
| #define | L4_SUPERPAGESIZE |
| Size of large page. | |
| #define | L4_SUPERPAGEMASK |
| Mask of large page (upper bits are 1). | |
| #define | L4_LOG2_SUPERPAGESIZE |
| Size of large page in log2. | |
| #define | L4_MAX_ADDRESS |
| Maximum address value
Max address. | |
| #define | l4_trunc_page(x) |
| Get page address of x. | |
| #define | l4_round_page(x) |
| Round to next page address behind x. | |
| #define | l4_trunc_superpage(x) |
| Get superpage address of x. | |
| #define | l4_round_superpage(x) |
| Round to next superpage address behind x. | |
| #define | NULL |
| NULL. | |
Definition in file consts.h.