tag | line | file | source code |
pt_pc | 62 | include/asm-sparc/winmacro.h | #define LOAD_PT_PRIV(base_reg, pt_psr, pt_pc, pt_npc) \ |
pt_pc | 64 | include/asm-sparc/winmacro.h | ld [%base_reg + STACKFRAME_SZ + PT_PC], %pt_pc; \ |
pt_pc | 67 | include/asm-sparc/winmacro.h | #define LOAD_PT_ALL(base_reg, pt_psr, pt_pc, pt_npc, scratch) \ |
pt_pc | 71 | include/asm-sparc/winmacro.h | LOAD_PT_PRIV(base_reg, pt_psr, pt_pc, pt_npc) |
pt_pc | 89 | include/asm-sparc/winmacro.h | #define STORE_PT_PRIV(base_reg, pt_psr, pt_pc, pt_npc, pt_wim) \ |
pt_pc | 91 | include/asm-sparc/winmacro.h | st %pt_pc, [%base_reg + STACKFRAME_SZ + PT_PC]; \ |