[Krafton Jungle] PintOS
2.0.0
크래프톤 정글 PintOS
Loading...
Searching...
No Matches
page_cache.h
Go to the documentation of this file.
1
#ifndef FILESYS_PAGE_CACHE_H
2
#define FILESYS_PAGE_CACHE_H
3
#include "
vm/vm.h
"
4
5
struct
page
;
6
enum
vm_type
;
7
8
struct
page_cache
{};
9
10
void
page_cache_init
(
void
);
11
bool
page_cache_initializer
(
struct
page
*
page
,
enum
vm_type
type,
void
*kva);
12
#endif
page_cache_initializer
bool page_cache_initializer(struct page *page, enum vm_type type, void *kva)
Definition:
page_cache.c:26
page_cache_init
void page_cache_init(void)
page_cache
Definition:
page_cache.h:8
page
Definition:
vm.h:51
vm.h
vm_type
vm_type
Definition:
vm.h:8
include
filesys
page_cache.h
Generated by
1.9.5