#include <machine.h>
Public Attributes | |
| int | n_entries |
| int * | ticks_till_next |
| int * | ticks_reset_value |
| void(** | f )(struct cpu *, void *) |
| void ** | extra |
| void** tick_functions::extra |
Definition at line 77 of file machine.h.
Referenced by arcbios_emul(), cpu_run_deinit(), machine_add_tickfunction(), and machine_run().
| void(** tick_functions::f) (struct cpu *, void *) |
Definition at line 76 of file machine.h.
Referenced by arcbios_emul(), cpu_run_deinit(), machine_add_tickfunction(), and machine_run().
| int tick_functions::n_entries |
Definition at line 71 of file machine.h.
Referenced by arcbios_emul(), cpu_run_deinit(), machine_add_tickfunction(), and machine_run().
| int* tick_functions::ticks_reset_value |
Definition at line 75 of file machine.h.
Referenced by machine_add_tickfunction().
| int* tick_functions::ticks_till_next |
Definition at line 74 of file machine.h.
Referenced by machine_add_tickfunction(), and machine_run().
1.8.17