[Krafton Jungle] PintOS 2.0.0
크래프톤 정글 PintOS
 
Loading...
Searching...
No Matches
uninit.h File Reference
#include "vm/vm.h"
Include dependency graph for uninit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  uninit_page
 

Typedefs

typedef bool vm_initializer(struct page *, void *aux)
 

Functions

void uninit_new (struct page *page, void *va, vm_initializer *init, enum vm_type type, void *aux, bool(*initializer)(struct page *, enum vm_type, void *kva))
 

Typedef Documentation

◆ vm_initializer

typedef bool vm_initializer(struct page *, void *aux)

Function Documentation

◆ uninit_new()

void uninit_new ( struct page page,
void *  va,
vm_initializer init,
enum vm_type  type,
void *  aux,
bool(*)(struct page *, enum vm_type, void *kva)  initializer 
)
Here is the caller graph for this function: