nckernel
0.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
x86
include
initm.h
Go to the documentation of this file.
1
20
extern
int
initm_init
(
void
*initm,
size_t
size);
21
23
extern
void
*
initm_alloc
(
void
*initm);
24
26
extern
int
initm_free
(
void
*initm,
void
*ptr);
27
29
extern
size_t
initm_size
(
void
*initm);
30
32
extern
void
*
initm_vma
(
void
);
33
35
extern
void
initm_set_pma
(
void
*initm);
36
38
extern
void
initm_set_vma
(
void
*initm);
39
40
extern
void
*
initm_pma
(
void
);
41
42
extern
void
*
initm_find_pma
(
void
*vma);
43
47
extern
void
*
initm_find_vma
(
void
*pma);
48
49
extern
void
initm_update_for_vma
(
void
);
50
51
extern
size_t
initm_free_size
(
void
*initm);
52
Generated on Thu Nov 7 2013 02:45:25 for nckernel by
1.8.4