MyOS Kernel
address_spaces.h
Go to the documentation of this file.
1
5
#ifndef ADDRESS_SPACES_H
6
#define ADDRESS_SPACES_H
7
15
void
address_spaces_copy_data
(
void
* cr3,
void
*
data
,uint32_t size,
void
* virt_addr);
16
24
void
*
address_spaces_put_data
(
void
* cr3,
void
*
data
,uint32_t size);
25
#endif
address_spaces_copy_data
void address_spaces_copy_data(void *cr3, void *data, uint32_t size, void *virt_addr)
address_spaces_put_data
void * address_spaces_put_data(void *cr3, void *data, uint32_t size)
data
static void * data
Start of the kmalloc heap.
Definition:
kmalloc.c:13
kernel
address_spaces.h
Generated by
1.8.18