klaptopdaemon
mem_op.h File Reference
Go to the source code of this file.
|
Functions |
| static void | copy_from_pc (void *to, const void *from, size_t n) |
| static void | copy_to_pc (void *to, const void *from, size_t n) |
| static void | copy_pc_to_user (void *to, const void *from, size_t n) |
| static void | copy_user_to_pc (void *to, const void *from, size_t n) |
Function Documentation
| static void copy_from_pc |
( |
void * |
to, |
|
|
const void * |
from, |
|
|
size_t |
n | |
|
) |
| | [inline, static] |
| static void copy_pc_to_user |
( |
void * |
to, |
|
|
const void * |
from, |
|
|
size_t |
n | |
|
) |
| | [inline, static] |
| static void copy_to_pc |
( |
void * |
to, |
|
|
const void * |
from, |
|
|
size_t |
n | |
|
) |
| | [inline, static] |
| static void copy_user_to_pc |
( |
void * |
to, |
|
|
const void * |
from, |
|
|
size_t |
n | |
|
) |
| | [inline, static] |