Home
last modified time | relevance | path

Searched refs:R_IP (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/hw/ssi/
H A Dsifive_spi.c47 #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 Ddecode.c62 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 Dops.c185 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 Dsys.c325 push_word(M.x86.R_IP); in X86EMU_prepareForInt()
326 M.x86.R_IP = mem_access_word(num * 4); in X86EMU_prepareForInt()
H A Ddebug.c114 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 Dops2.c64 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 Dbiosemu.c267 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 Dregs.h151 #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 DUpdate-x86emu-from-X.org.patch159 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 Dxilinx_axienet.c236 #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()