Searched refs:R_CS (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/drivers/bios_emulator/x86emu/ |
D | decode.c | 60 push_word(M.x86.R_CS); in x86emu_intr_handle() 61 M.x86.R_CS = mem_access_word(intno * 4 + 2); 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() 225 fetched = (*sys_rdl)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP)); in fetch_long_imm() 272 return M.x86.R_CS; in get_data_segment() 702 return &M.x86.R_CS; in decode_rm_seg_register()
|
D | debug.c | 115 tregs.x86.R_CS = seg; in disassemble_forward() 133 op1 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++)); in disassemble_forward() 376 printk("CS=%04x ", M.x86.R_CS); in x86emu_dump_regs() 426 printk("CS=%04x ", M.x86.R_CS); in x86emu_dump_xregs()
|
D | sys.c | 323 push_word(M.x86.R_CS); in X86EMU_prepareForInt() 324 M.x86.R_CS = mem_access_word(num * 4 + 2); in X86EMU_prepareForInt()
|
D | ops.c | 185 M.x86.R_CS, M.x86.R_IP-1,op1)); in x86emuOp_illegal_op() 488 push_word(M.x86.R_CS); in x86emuOp_push_CS() 499 u8 op2 = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in x86emuOp_two_byte() 2324 push_word(M.x86.R_CS); in x86emuOp_call_far_IMM() 2325 M.x86.R_CS = farseg; in x86emuOp_call_far_IMM() 3493 M.x86.R_CS = pop_word(); in x86emuOp_ret_far_IMM() 3510 M.x86.R_CS = pop_word(); in x86emuOp_ret_far() 3532 push_word(M.x86.R_CS); in x86emuOp_int3() 3533 M.x86.R_CS = mem_access_word(3 * 4 + 2); in x86emuOp_int3() 3561 push_word(M.x86.R_CS); in x86emuOp_int_IMM() [all …]
|
D | ops2.c | 64 M.x86.R_CS, M.x86.R_IP-2,op2); in x86emuOp2_illegal_op() 1095 M.x86.R_CS, M.x86.R_IP-3,op2, (mod<<6)|(rh<<3)|rl); in x86emuOp2_btX_I()
|
/external/u-boot/drivers/bios_emulator/ |
D | biosemu.c | 266 M.x86.R_CS = SEG(0x04000); in BE_callRealMode() 309 M.x86.R_CS = SEG(0x04000); in BE_int86() 353 M.x86.R_CS = SEG(0x04000); in BE_int86x()
|
/external/u-boot/arch/x86/lib/ |
D | bios.c | 71 .cs = M.x86.R_CS, in int_exception_handler() 322 M.x86.R_CS = cs; in interrupt_handler()
|
/external/u-boot/drivers/bios_emulator/include/x86emu/ |
D | regs.h | 171 #define R_CS seg.CS macro
|