Home
last modified time | relevance | path

Searched refs:novm_arena (Results 1 – 1 of 1) sorted by relevance

/lk-master/kernel/novm/
A Dnovm.c22 struct novm_arena { struct
52 struct novm_arena arena[NOVM_MAX_ARENAS]; argument
82 static bool in_arena(struct novm_arena *n, void *p) { in in_arena()
91 static void novm_init_helper(struct novm_arena *n, const char *name, in novm_init_helper()
155 static void *novm_alloc_helper(struct novm_arena *n, size_t pages) { in novm_alloc_helper()
198 struct novm_arena *n = NULL; in novm_free_pages()
221 struct novm_arena *n = NULL; in novm_alloc_specific_pages()
294 static void novm_dump_arena(struct novm_arena *n) { in novm_dump_arena()

Completed in 3 milliseconds