#include <far_pointers.h>
Go to the source code of this file.
Defines | |
#define | uint64 unsigned long long |
Functions | |
struct _rde * | mmg_lookup_rde_id (uint64 region_id, struct _phd *const phd, int ipl) |
struct _rde * | mmg_search_rde_va (void *va, struct _rde *head, struct _rde **prev, struct _rde **next) |
struct _rde * | mmg_lookup_rde_va (void *va, struct _phd *const phd, int function, int ipl) |
#define uint64 unsigned long long |
Definition at line 33 of file mmg_functions.h.
struct _rde* mmg_search_rde_va | ( | void * | va, | |
struct _rde * | head, | |||
struct _rde ** | prev, | |||
struct _rde ** | next | |||
) | [read] |