Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dstack_machdep.c54 #define TF_PC(tf) ((tf)->tf_eip) macro
61 #define TF_PC(tf) ((tf)->tf_rip) macro
/f-stack/freebsd/arm/arm/
H A Dexception.S284 ldr r2, [sp, #(TF_PC)] /* load pc */
292 str r2, [sp, #TF_PC] /* store pc */
H A Dgenassym.c99 ASSYM(TF_PC, offsetof(struct trapframe, tf_pc));