Searched refs:R_IP (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/hw/ssi/ |
H A D | sifive_spi.c | 47 #define R_IP (0x74 / 4) macro 67 s->regs[R_IP] &= ~IP_TXWM; in sifive_spi_txfifo_reset() 75 s->regs[R_IP] &= ~IP_RXWM; in sifive_spi_rxfifo_reset() 94 s->regs[R_IP] |= IP_TXWM; in sifive_spi_update_irq() 96 s->regs[R_IP] &= ~IP_TXWM; in sifive_spi_update_irq() 100 s->regs[R_IP] |= IP_RXWM; in sifive_spi_update_irq() 102 s->regs[R_IP] &= ~IP_RXWM; in sifive_spi_update_irq() 105 level = s->regs[R_IP] & s->regs[R_IE] ? 1 : 0; in sifive_spi_update_irq() 268 case R_IP: in sifive_spi_write()
|
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | decode.c | 62 push_word(M.x86.R_IP); in x86emu_intr_handle() 63 M.x86.R_IP = mem_access_word(intno * 4); in x86emu_intr_handle() 101 SAVE_IP_CS(M.x86.R_CS, M.x86.R_IP); in X86EMU_exec() 120 op1 = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in X86EMU_exec() 159 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_decode_modrm() 182 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_byte_imm() 203 fetched = (*sys_rdw)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP)); in fetch_word_imm() 204 M.x86.R_IP += 2; in fetch_word_imm() 225 fetched = (*sys_rdl)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP)); in fetch_long_imm() 226 M.x86.R_IP += 4; in fetch_long_imm()
|
H A D | ops.c | 185 M.x86.R_CS, M.x86.R_IP-1,op1)); in x86emuOp_illegal_op() 499 u8 op2 = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in x86emuOp_two_byte() 1256 target = (u16)(M.x86.R_IP + (s16)offset); in x86emuOp_jump_near_cond() 1260 M.x86.R_IP = target; in x86emuOp_jump_near_cond() 2326 push_word(M.x86.R_IP); in x86emuOp_call_far_IMM() 2327 M.x86.R_IP = faroff; in x86emuOp_call_far_IMM() 3259 M.x86.R_IP = pop_word(); in x86emuOp_ret_near_IMM() 3275 M.x86.R_IP = pop_word(); in x86emuOp_ret_near() 3492 M.x86.R_IP = pop_word(); in x86emuOp_ret_far_IMM() 3509 M.x86.R_IP = pop_word(); in x86emuOp_ret_far() [all …]
|
H A D | sys.c | 325 push_word(M.x86.R_IP); in X86EMU_prepareForInt() 326 M.x86.R_IP = mem_access_word(num * 4); in X86EMU_prepareForInt()
|
H A D | debug.c | 114 tregs.x86.R_IP = off; in disassemble_forward() 133 op1 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in disassemble_forward() 377 printk("IP=%04x ", M.x86.R_IP); in x86emu_dump_regs()
|
H A D | ops2.c | 64 M.x86.R_CS, M.x86.R_IP-2,op2); in x86emuOp2_illegal_op() 154 target += (s16) M.x86.R_IP; in x86emuOp2_long_jump() 158 M.x86.R_IP = (u16)target; in x86emuOp2_long_jump() 1095 M.x86.R_CS, M.x86.R_IP-3,op2, (mod<<6)|(rh<<3)|rl); in x86emuOp2_btX_I()
|
/openbmc/u-boot/drivers/bios_emulator/ |
H A D | biosemu.c | 267 M.x86.R_IP = OFF(0x04000); in BE_callRealMode() 310 M.x86.R_IP = OFF(0x04000); in BE_int86() 354 M.x86.R_IP = OFF(0x04000); in BE_int86x()
|
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
H A D | regs.h | 151 #define R_IP spc.IP.I16_reg.x_reg macro 159 #define R_IP spc.IP.I16_reg.x_reg macro
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | Update-x86emu-from-X.org.patch | 159 tregs.x86.R_IP = off; 180 - op1 = (*sys_rdb)(((u32)M.x86.R_CS<<4) + (M.x86.R_IP++)); 183 + op1 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); 583 - printk("IP=%04x ", M.x86.R_IP ); 613 + printk("IP=%04x ", M.x86.R_IP); 754 - push_word(M.x86.R_IP); 755 - M.x86.R_IP = mem_access_word(intno * 4); 772 + push_word(M.x86.R_IP); 773 + M.x86.R_IP = mem_access_word(intno * 4); 813 - SAVE_IP_CS(M.x86.R_CS, M.x86.R_IP); [all …]
|
/openbmc/qemu/hw/net/ |
H A D | xilinx_axienet.c | 236 #define R_IP (0x010 / 4) macro 438 s->regs[R_IP] = s->regs[R_IS] & s->regs[R_IE]; in enet_update_irq() 439 qemu_set_irq(s->irq, !!s->regs[R_IP]); in enet_update_irq()
|