Home
last modified time | relevance | path

Searched defs:trapframe (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/Arm/machine/
H A Dframe.h54 typedef struct trapframe { struct
74 } trapframe_t; argument
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/arm/include/
H A Dframe.h53 typedef struct trapframe { struct
74 } trapframe_t; argument
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/i386/include/
H A Dframe.h87 int tf_edi;
88 int tf_esi;
89 int tf_ebp;
90 int tf_ebx;
91 int tf_edx;
92 int tf_ecx;
93 int tf_eax;
96 int tf_err;
97 int tf_eip;
98 int tf_cs;
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/riscv/include/
H A Dframe.h37 struct trapframe { struct
39 register_t tf_badvaddr;
40 register_t tf_pc;
41 uint32_t tf_cause; // 32-bit register
42 uint32_t tf_sr; // 32-bit register
H A Dlocore.h40 struct trapframe { struct
41 struct reg tf_regs;
42 register_t tf_badaddr;
43 uint32_t tf_cause; // 32-bit register
44 uint32_t tf_sr; // 32-bit register
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/aarch64/include/
H A Dframe.h39 struct trapframe { struct
43 struct trapframe *tf_chain; argument
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc/include/
H A Dreg.h53 struct trapframe { struct
76 * Clone trapframe for now; this seems to be the more useful argument
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/powerpc/include/
H A Dframe.h99 struct trapframe { struct
123 struct trapframe32 { argument
184 #define trapframe(l) (&(ktrapframe(l)->ktf_tf)) macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/x86/x86/
H A Dnmi.c71 nmi_establish(int (*func)(const struct trapframe *, void *), void *arg) in nmi_establish()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/amd64/include/
H A Dframe.h87 struct trapframe { struct
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc64/include/
H A Dreg.h223 #define trapframe trapframe64 macro
229 #define trapframe trapframe32 macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc64/sparc64/
H A Dvm_machdep.c151 #define trapframe trapframe64 macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/include/
H A Dlocore.h861 struct trapframe { struct
868 CTASSERT(sizeof(struct trapframe) % (4*sizeof(mips_reg_t)) == 0); argument