Searched defs:clockframe (Results 1 – 11 of 11) sorted by relevance
92 struct clockframe { struct99 typedef struct clockframe clockframe; argument
38 struct clockframe { struct39 uintptr_t cf_pc;40 uint32_t cf_psr;41 int cf_intr_depth;
37 struct clockframe { struct38 uintptr_t cf_pc;39 uint32_t cf_sr;40 int cf_intr_depth;
82 struct clockframe { struct83 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 */
219 struct clockframe { struct220 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 */
131 struct clockframe { struct132 struct trapframe cf_tf;
85 struct clockframe { struct101 struct clockframe tf_cf; argument
72 struct clockframe { struct73 struct trapframe cf_tf;
314 struct clockframe { struct315 struct trapframe64 t;
338 struct clockframe { struct339 struct intrframe cf_if;
167 GtkWidget *vboxpage1, *clockframe, *clockcheckbutton, *areyousurecheckbutton, *clockvbox, in on_menu_preferences_activate() local