Home
last modified time | relevance | path

Searched defs:pc (Results 101 – 125 of 172) sorted by relevance

1234567

/qemu/accel/tcg/
H A Duser-exec.c52 MMUAccessType adjust_signal_pc(uintptr_t *pc, bool is_write) in adjust_signal_pc()
705 int page_unprotect(target_ulong address, uintptr_t pc) in page_unprotect()
/qemu/target/tricore/
H A Dcpu.h256 static inline void cpu_get_tb_cpu_state(CPUTriCoreState *env, vaddr *pc, in cpu_get_tb_cpu_state()
/qemu/linux-user/hexagon/
H A Dsignal.c44 target_ulong pc; member
/qemu/target/hexagon/
H A Ddecode.c747 int disassemble_hexagon(uint32_t *words, int nwords, bfd_vma pc, in disassemble_hexagon()
H A Dtranslate.c1087 vaddr pc, void *host_pc) in gen_intermediate_code()
/qemu/target/loongarch/
H A Dcpu.c91 uintptr_t pc) in do_raise_exception()
/qemu/target/riscv/
H A Dop_helper.c30 uint32_t exception, uintptr_t pc) in riscv_raise_exception()
H A Ddebug.c780 target_ulong pc; in riscv_cpu_debug_check_breakpoint() local
H A Dtranslate.c1078 static uint32_t opcode_at(DisasContextBase *dcbase, target_ulong pc) in opcode_at()
1281 vaddr pc, void *host_pc) in gen_intermediate_code()
H A Dcpu_helper.c66 void cpu_get_tb_cpu_state(CPURISCVState *env, vaddr *pc, in cpu_get_tb_cpu_state()
/qemu/target/rx/
H A Dtranslate.c38 uint32_t pc; member
317 static void move_from_cr(DisasContext *ctx, TCGv ret, int cr, uint32_t pc) in move_from_cr()
1586 TCGv pc = tcg_constant_i32(ctx->base.pc_next); in rx_save_pc() local
2260 vaddr pc, void *host_pc) in gen_intermediate_code()
/qemu/hw/ppc/
H A Dpnv.c136 static int pnv_dt_core(PnvChip *chip, PnvCore *pc, void *fdt) in pnv_dt_core()
2240 PnvCore *pc = chip->cores[i]; in pnv_chip_find_core() local
2255 PnvCore *pc = chip->cores[i]; in pnv_chip_find_cpu() local
/qemu/bsd-user/
H A Dsignal.c488 uintptr_t pc = 0; in host_signal_handler() local
/qemu/target/m68k/
H A Dcpu.h86 uint32_t pc; member
608 static inline void cpu_get_tb_cpu_state(CPUM68KState *env, vaddr *pc, in cpu_get_tb_cpu_state()
/qemu/target/i386/tcg/
H A Dtranslate.c85 target_ulong pc; /* pc = eip + cs_base */ member
1565 uint64_t pc = s->pc; in advance_pc() local
2174 target_ulong pc = s->base.pc_next, end = s->pc; in gen_unknown_opcode() local
4808 vaddr pc, void *host_pc) in gen_intermediate_code()
/qemu/target/arm/
H A Darch_dump.c31 uint64_t pc; member
/qemu/hw/pci/
H A Dpci.c1143 PCIDeviceClass *pc = PCI_DEVICE_GET_CLASS(pci_dev); in do_pci_register_device() local
1275 PCIDeviceClass *pc = PCI_DEVICE_GET_CLASS(pci_dev); in pci_qdev_unrealize() local
2034 PCIDeviceClass *pc = PCI_DEVICE_GET_CLASS(pci_dev); in pci_qdev_realize() local
/qemu/target/xtensa/
H A Dxtensa-isa.c1167 uint32_t *valp, uint32_t pc) in xtensa_operand_do_reloc()
1199 uint32_t *valp, uint32_t pc) in xtensa_operand_undo_reloc()
/qemu/hw/dma/
H A Dpl330.c118 uint32_t pc; member
699 uint32_t pc; in pl330_dmago() local
/qemu/target/cris/
H A Dtranslate.c94 target_ulong pc, ppc; member
2526 int32_t pc; in dec_lapc_im() local
3149 vaddr pc, void *host_pc) in gen_intermediate_code()
/qemu/hw/scsi/
H A Dmptsas.c1423 PCIDeviceClass *pc = PCI_DEVICE_CLASS(oc); in mptsas1068_class_init() local
/qemu/linux-user/aarch64/
H A Dsignal.c31 uint64_t pc; member
/qemu/hw/ufs/
H A Dufs.c1308 PCIDeviceClass *pc = PCI_DEVICE_CLASS(oc); in ufs_class_init() local
/qemu/target/riscv/tcg/
H A Dtcg-cpu.c116 target_ulong pc; in riscv_restore_state_to_opc() local
/qemu/target/sparc/
H A Dtranslate.c150 target_ulong pc; member
156 target_ulong pc; /* current Program Counter: integer or DYNAMIC_PC */ member
341 static bool use_goto_tb(DisasContext *s, target_ulong pc, target_ulong npc) in use_goto_tb()
348 target_ulong pc, target_ulong npc) in gen_goto_tb()
5160 vaddr pc, void *host_pc) in gen_intermediate_code()
5250 target_ulong pc = data[0]; in sparc_restore_state_to_opc() local

1234567