|
Linux Kernel
3.7.1
|
#include <asm/ptrace.h>Go to the source code of this file.
Macros | |
| #define | STORE_WINDOW(reg) |
| #define | LOAD_WINDOW(reg) |
| #define | LOAD_PT_INS(base_reg) |
| #define | LOAD_PT_GLOBALS(base_reg) |
| #define | LOAD_PT_YREG(base_reg, scratch) |
| #define | LOAD_PT_PRIV(base_reg, pt_psr, pt_pc, pt_npc) |
| #define | LOAD_PT_ALL(base_reg, pt_psr, pt_pc, pt_npc, scratch) |
| #define | STORE_PT_INS(base_reg) |
| #define | STORE_PT_GLOBALS(base_reg) |
| #define | STORE_PT_YREG(base_reg, scratch) |
| #define | STORE_PT_PRIV(base_reg, pt_psr, pt_pc, pt_npc) |
| #define | STORE_PT_ALL(base_reg, reg_psr, reg_pc, reg_npc, g_scratch) |
| #define | SAVE_BOLIXED_USER_STACK(cur_reg, scratch) |
| #define | LOAD_CURRENT(dest_reg, idreg) |
| #define LOAD_CURRENT | ( | dest_reg, | |
| idreg | |||
| ) |
Definition at line 126 of file winmacro.h.
Definition at line 58 of file winmacro.h.
| #define LOAD_PT_GLOBALS | ( | base_reg | ) |
Definition at line 43 of file winmacro.h.
| #define LOAD_PT_INS | ( | base_reg | ) |
Definition at line 37 of file winmacro.h.
| #define LOAD_PT_PRIV | ( | base_reg, | |
| pt_psr, | |||
| pt_pc, | |||
| pt_npc | |||
| ) |
Definition at line 53 of file winmacro.h.
Definition at line 49 of file winmacro.h.
| #define LOAD_WINDOW | ( | reg | ) |
| #define SAVE_BOLIXED_USER_STACK | ( | cur_reg, | |
| scratch | |||
| ) |
Definition at line 91 of file winmacro.h.
| #define STORE_PT_ALL | ( | base_reg, | |
| reg_psr, | |||
| reg_pc, | |||
| reg_npc, | |||
| g_scratch | |||
| ) |
Definition at line 85 of file winmacro.h.
| #define STORE_PT_GLOBALS | ( | base_reg | ) |
Definition at line 70 of file winmacro.h.
| #define STORE_PT_INS | ( | base_reg | ) |
Definition at line 64 of file winmacro.h.
| #define STORE_PT_PRIV | ( | base_reg, | |
| pt_psr, | |||
| pt_pc, | |||
| pt_npc | |||
| ) |
Definition at line 80 of file winmacro.h.
Definition at line 76 of file winmacro.h.
1.8.2