Home
last modified time | relevance | path

Searched refs:cpu_get_program_counter (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Dinterrupts.c452 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()
Dpsim.c616 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()
Dcpu.h97 (unsigned_word) cpu_get_program_counter
Dcpu.c169 cpu_get_program_counter(cpu *processor) in cpu_get_program_counter() function