Lines Matching defs:cpu
74 struct cpu { struct
75 struct lowcore *lowcore;
76 uint64_t *stack;
77 void (*pgm_cleanup_func)(struct stack_frame_int *);
78 void (*ext_cleanup_func)(struct stack_frame_int *);
79 uint16_t addr;
80 uint16_t idx;
81 bool active;
82 bool pgm_int_expected;
83 bool ext_int_expected;
84 bool in_interrupt_handler;