L4Re Operating System Framework
Interface and Usage Documentation
|
Memory access functions (ARM specific) More...
Go to the source code of this file.
Enumerations | |
enum | L4_mem_op_widths { L4_MEM_WIDTH_1BYTE = 0 , L4_MEM_WIDTH_2BYTE = 1 , L4_MEM_WIDTH_4BYTE = 2 } |
Memory access width definitions. More... | |
Functions | |
unsigned long | l4_mem_read (unsigned long virtaddress, unsigned width) |
Read user task memory from kernel privilege level. | |
void | l4_mem_write (unsigned long virtaddress, unsigned width, unsigned long value) |
Write user task memory from kernel privilege level. | |
unsigned long | l4_mem_arm_op_call (unsigned long op, unsigned long va, unsigned long width, unsigned long value) |
Implementations. | |