Searched refs:pt_psr (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/include/asm-sparc/ |
D | winmacro.h | 55 #define LOAD_PT_PRIV(base_reg, pt_psr, pt_pc, pt_npc) \ argument 56 ld [%base_reg + STACKFRAME_SZ + PT_PSR], %pt_psr; \ 60 #define LOAD_PT_ALL(base_reg, pt_psr, pt_pc, pt_npc, scratch) \ argument 64 LOAD_PT_PRIV(base_reg, pt_psr, pt_pc, pt_npc) 82 #define STORE_PT_PRIV(base_reg, pt_psr, pt_pc, pt_npc) \ argument 83 st %pt_psr, [%base_reg + STACKFRAME_SZ + PT_PSR]; \
|