[Krafton Jungle] PintOS
2.0.0
크래프톤 정글 PintOS
Loading...
Searching...
No Matches
anon.h
Go to the documentation of this file.
1
#ifndef VM_ANON_H
2
#define VM_ANON_H
3
#include "
vm/vm.h
"
4
struct
page
;
5
enum
vm_type
;
6
7
struct
anon_page
{
8
int
swap_index
;
9
};
10
11
void
vm_anon_init
(
void
);
12
bool
anon_initializer
(
struct
page
*
page
,
enum
vm_type
type,
void
*kva);
13
14
#endif
vm_anon_init
void vm_anon_init(void)
Definition:
anon.c:28
anon_initializer
bool anon_initializer(struct page *page, enum vm_type type, void *kva)
Definition:
anon.c:37
anon_page
Definition:
anon.h:7
anon_page::swap_index
int swap_index
Definition:
anon.h:8
page
Definition:
vm.h:51
vm.h
vm_type
vm_type
Definition:
vm.h:8
include
vm
anon.h
Generated by
1.9.5