[Krafton Jungle] PintOS 2.0.0
크래프톤 정글 PintOS
 
Loading...
Searching...
No Matches
page Struct Reference

#include <vm.h>

Collaboration diagram for page:

Public Attributes

const struct page_operationsoperations
 
void * va
 
struct frameframe
 
struct hash_elem hash_elem
 
bool writable
 
union {
   struct uninit_page   uninit
 
   struct anon_page   anon
 
   struct file_page   file
 
}; 
 

Member Data Documentation

◆ 

union { ... } page::@3

◆ anon

struct anon_page page::anon

◆ file

struct file_page page::file

◆ frame

struct frame* page::frame

◆ hash_elem

struct hash_elem page::hash_elem

◆ operations

const struct page_operations* page::operations

◆ uninit

struct uninit_page page::uninit

◆ va

void* page::va

◆ writable

bool page::writable

The documentation for this struct was generated from the following file: