Searched refs:if_tf (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/amd64/include/
H A Dframe.h97 struct trapframe if_tf; member in struct:intrframe
104 #define _INTRFRAME_CS if_tf.tf_cs
105 #define _INTRFRAME_IP if_tf.tf_rip
H A Dcpu.h91 #define CLKF_USERMODE(frame) USERMODE((frame)->cf_if.if_tf.tf_cs)
92 #define CLKF_PC(frame) ((frame)->cf_if.if_tf.tf_rip)
/netbsd-current/sys/arch/amd64/amd64/
H A Ddb_machdep.c184 err = db_get_value((long)&ifp->if_tf.tf_err,
186 trapno = db_get_value((long)&ifp->if_tf.tf_trapno,
/netbsd-current/sys/arch/xen/x86/
H A Dxen_ipi.c252 ddb_ipi(intrf->if_tf);

Completed in 91 milliseconds