Home
last modified time | relevance | path

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

/freebsd-14.2/sys/x86/x86/
H A Dstack_machdep.c52 #define TF_PC(tf) ((tf)->tf_eip) macro
59 #define TF_PC(tf) ((tf)->tf_rip) macro
/freebsd-14.2/sys/arm/arm/
H A Dexception.S272 ldr r2, [sp, #(TF_PC)] /* load pc */
280 str r2, [sp, #TF_PC] /* store pc */
H A Dgenassym.c99 ASSYM(TF_PC, offsetof(struct trapframe, tf_pc));