Go to the source code of this file.
◆ address_spaces_copy_data()
void address_spaces_copy_data |
( |
void * |
address_space, |
|
|
void * |
data, |
|
|
uint32_t |
size, |
|
|
void * |
virt_addr |
|
) |
| |
Copy data into an address space at a specified virtual address
- Parameters
-
address_space | The adress space to copy data to. |
data | The data to copy |
size | The size of the data |
virt_addr | The address to copy the data to in the address space |
◆ address_spaces_put_data()
void* address_spaces_put_data |
( |
void * |
address_space, |
|
|
void * |
data, |
|
|
uint32_t |
size |
|
) |
| |
Put data into an address space at an unknown virtual address
- Parameters
-
address_space | The adress space to copy data to. |
data | The data to copy |
size | The size of the data |
- Returns
- The address that the data was copied to.