[Krafton Jungle] PintOS
2.0.0
크래프톤 정글 PintOS
Loading...
Searching...
No Matches
Classes
|
Functions
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 */
28
page
->
operations
= &
page_cache_op
;
29
30
}
page_cache_op
static const struct page_operations page_cache_op
Definition:
page_cache.c:9
page
Definition:
vm.h:51
page::operations
const struct page_operations * operations
Definition:
vm.h:52
include
filesys
page_cache.h
Generated by
1.9.5