taglinefilesource code
pt_psr62include/asm-sparc/winmacro.h#define LOAD_PT_PRIV(base_reg, pt_psr, pt_pc, pt_npc) \
pt_psr63include/asm-sparc/winmacro.hld      [%base_reg + STACKFRAME_SZ + PT_PSR], %pt_psr; \
pt_psr67include/asm-sparc/winmacro.h#define LOAD_PT_ALL(base_reg, pt_psr, pt_pc, pt_npc, scratch) \
pt_psr71include/asm-sparc/winmacro.hLOAD_PT_PRIV(base_reg, pt_psr, pt_pc, pt_npc)
pt_psr89include/asm-sparc/winmacro.h#define STORE_PT_PRIV(base_reg, pt_psr, pt_pc, pt_npc, pt_wim) \
pt_psr90include/asm-sparc/winmacro.hst      %pt_psr, [%base_reg + STACKFRAME_SZ + PT_PSR]; \