Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/include/asm/
Dwinmacro.h54 #define LOAD_PT_PRIV(base_reg, pt_psr, pt_pc, pt_npc) \ argument
57 ld [%base_reg + STACKFRAME_SZ + PT_NPC], %pt_npc;
59 #define LOAD_PT_ALL(base_reg, pt_psr, pt_pc, pt_npc, scratch) \ argument
63 LOAD_PT_PRIV(base_reg, pt_psr, pt_pc, pt_npc)
81 #define STORE_PT_PRIV(base_reg, pt_psr, pt_pc, pt_npc) \ argument
84 st %pt_npc, [%base_reg + STACKFRAME_SZ + PT_NPC];