nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
page_frame.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  page_frame
 

Functions

void * page_frame_alloc (enum zone_type zone, size_t nr_pages)
 페이지 프레임을 할당한다. More...
 
int page_frame_fini (struct zone *zone)
 
int page_frame_free (void *ptr)
 할당 된 페이지 자원을 해제 한다. More...
 
int page_frame_init (struct zone *zone, void *base, size_t size)
 
int page_frame_manage (enum zone_type type, void *page, int nr_pages)
 페이지 프레임 관리자가 전달된 페이지를 관리 목록에 추가한다. More...
 
int page_frame_ref (void *page)
 주어진 페이지의 참조 횟수를 증가 시킨다. More...
 
int page_frame_refcnt (void *page)
 해당 페이지가 참조 된 수 More...