Go to the source code of this file.
#define RESTORE_REGS_STRING |
Value:" popl %ebx\n" \
" popl %ecx\n" \
" popl %edx\n" \
" popl %esi\n" \
" popl %edi\n" \
" popl %ebp\n" \
" popl %eax\n" \
\
" addl $24, %esp\n"
Definition at line 57 of file kprobes-common.h.
Value: \
" subl $16, %esp\n" \
" pushl %fs\n" \
" pushl %es\n" \
" pushl %ds\n" \
" pushl %eax\n" \
" pushl %ebp\n" \
" pushl %edi\n" \
" pushl %esi\n" \
" pushl %edx\n" \
" pushl %ecx\n" \
" pushl %ebx\n"
Definition at line 44 of file kprobes-common.h.
int __copy_instruction |
( |
u8 * |
dest, |
|
|
u8 * |
src |
|
) |
| |