[Krafton Jungle] PintOS 2.0.0
크래프톤 정글 PintOS
 
Loading...
Searching...
No Matches
page_cache.h File Reference
#include "vm/vm.h"
Include dependency graph for page_cache.h:

Go to the source code of this file.

Classes

struct  page_cache
 

Functions

void page_cache_init (void)
 
bool page_cache_initializer (struct page *page, enum vm_type type, void *kva)
 

Function Documentation

◆ page_cache_init()

void page_cache_init ( void  )

◆ page_cache_initializer()

bool page_cache_initializer ( struct page page,
enum vm_type  type,
void *  kva 
)
26 {
27 /* Set up the handler */
29
30}
static const struct page_operations page_cache_op
Definition: page_cache.c:9
Definition: vm.h:51
const struct page_operations * operations
Definition: vm.h:52