Home
last modified time | relevance | path

Searched defs:clockframe (Results 1 – 11 of 11) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc/include/
H A Dcpu.h92 struct clockframe { struct
99 typedef struct clockframe clockframe; argument
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/aarch64/include/
H A Dcpu.h38 struct clockframe { struct
39 uintptr_t cf_pc;
40 uint32_t cf_psr;
41 int cf_intr_depth;
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/riscv/include/
H A Dcpu.h37 struct clockframe { struct
38 uintptr_t cf_pc;
39 uint32_t cf_sr;
40 int cf_intr_depth;
/dports/emulators/gxemul/gxemul-0.6.3/src/include/thirdparty/
H A Dsh4_cpu.h82 struct clockframe { struct
83 int spc; /* program counter at time of interrupt */
84 int ssr; /* status register at time of interrupt */
85 int ssp; /* stack pointer at time of interrupt */
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/include/
H A Dcpu.h219 struct clockframe { struct
220 vaddr_t pc; /* program counter at time of interrupt */
221 uint32_t sr; /* status register at time of interrupt */
222 bool intr; /* interrupted a interrupt */
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/Ipf/machine/
H A Dcpu.h131 struct clockframe { struct
132 struct trapframe cf_tf;
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/powerpc/include/
H A Dframe.h85 struct clockframe { struct
101 struct clockframe tf_cf; argument
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/arm/include/arm32/
H A Dframe.h72 struct clockframe { struct
73 struct trapframe cf_tf;
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc64/include/
H A Dcpu.h314 struct clockframe { struct
315 struct trapframe64 t;
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/x86/include/
H A Dcpu.h338 struct clockframe { struct
339 struct intrframe cf_if;
/dports/comms/xlog/xlog-2.0.22/src/
H A Dgui_preferencesdialog.c167 GtkWidget *vboxpage1, *clockframe, *clockcheckbutton, *areyousurecheckbutton, *clockvbox, in on_menu_preferences_activate() local