Home
last modified time | relevance | path

Searched refs:pt_pc (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/arch/sparc/include/asm/
Dwinmacro.h53 #define LOAD_PT_PRIV(base_reg, pt_psr, pt_pc, pt_npc) \ argument
55 ld [%base_reg + STACKFRAME_SZ + PT_PC], %pt_pc; \
58 #define LOAD_PT_ALL(base_reg, pt_psr, pt_pc, pt_npc, scratch) \ argument
62 LOAD_PT_PRIV(base_reg, pt_psr, pt_pc, pt_npc)
80 #define STORE_PT_PRIV(base_reg, pt_psr, pt_pc, pt_npc) \ argument
82 st %pt_pc, [%base_reg + STACKFRAME_SZ + PT_PC]; \