Searched refs:cpu_get_program_counter (Results 1 – 4 of 4) sorted by relevance
452 unsigned_word cia = cpu_get_program_counter(processor); in deliver_hardware_interrupt()460 unsigned_word cia = cpu_get_program_counter(processor); in deliver_hardware_interrupt()468 unsigned_word cia = cpu_get_program_counter(processor); in deliver_hardware_interrupt()
616 cpu_get_program_counter(system->processors[0]); in psim_halt()621 cpu_get_program_counter(system->processors[current_cpu]); in psim_halt()726 cpu_synchronize_context(processor, cpu_get_program_counter(processor)); in psim_init()847 cooked_buf.unsigned_word = cpu_get_program_counter(processor); in psim_read_register()
97 (unsigned_word) cpu_get_program_counter
169 cpu_get_program_counter(cpu *processor) in cpu_get_program_counter() function