Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/x86emu/
H A Dx86emu.c254 emu->x86.R_IP = off; in x86emu_exec_call()
323 emu->x86.R_IP++; in fetch_byte_imm()
343 emu->x86.R_IP += 2; in fetch_word_imm()
363 emu->x86.R_IP += 4; in fetch_long_imm()
2441 emu->x86.R_IP = faroff; in x86emuOp_call_far_IMM()
3634 emu->x86.R_IP = ip; in x86emuOp_loopne()
3650 emu->x86.R_IP = ip; in x86emuOp_loope()
3666 emu->x86.R_IP = ip; in x86emuOp_loop()
3764 emu->x86.R_IP = ip; in x86emuOp_call_near_IMM()
3793 emu->x86.R_IP = ip; in x86emuOp_jump_far_IMM()
[all …]
H A Dx86emu_regs.h67 #define R_IP register_ip.I16_reg.x_reg macro
/freebsd-14.2/sys/compat/x86bios/
H A Dx86bios.c304 x86bios_fault_ip = emu->x86.R_IP; in x86bios_set_fault()