#include <errno.h>
#include <inttypes.h>
#include <linux/bitmap.h>
#include "mem2node.h"
#include "util.h"
Go to the source code of this file.
◆ mem2node__exit()
void mem2node__exit |
( |
struct mem2node * |
map | ) |
|
◆ mem2node__init()
◆ mem2node__node()
int mem2node__node |
( |
struct mem2node * |
map, |
|
|
u64 |
addr |
|
) |
| |
◆ phys_entry__init()
static void phys_entry__init |
( |
struct phys_entry * |
entry, |
|
|
u64 |
start, |
|
|
u64 |
bsize, |
|
|
u64 |
node |
|
) |
| |
|
static |
◆ phys_entry__insert()
static void phys_entry__insert |
( |
struct phys_entry * |
entry, |
|
|
struct rb_root * |
root |
|
) |
| |
|
static |