taglinefilesource code
pt_npc62include/asm-sparc/winmacro.h#define LOAD_PT_PRIV(base_reg, pt_psr, pt_pc, pt_npc) \
pt_npc65include/asm-sparc/winmacro.hld      [%base_reg + STACKFRAME_SZ + PT_NPC], %pt_npc;
pt_npc67include/asm-sparc/winmacro.h#define LOAD_PT_ALL(base_reg, pt_psr, pt_pc, pt_npc, scratch) \
pt_npc71include/asm-sparc/winmacro.hLOAD_PT_PRIV(base_reg, pt_psr, pt_pc, pt_npc)
pt_npc89include/asm-sparc/winmacro.h#define STORE_PT_PRIV(base_reg, pt_psr, pt_pc, pt_npc, pt_wim) \
pt_npc92include/asm-sparc/winmacro.hst      %pt_npc, [%base_reg + STACKFRAME_SZ + PT_NPC]; \