Searched refs:R_CS (Results 1 – 8 of 8) sorted by relevance
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()
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()
323 push_word(M.x86.R_CS); in X86EMU_prepareForInt()324 M.x86.R_CS = mem_access_word(num * 4 + 2); in X86EMU_prepareForInt()
488 push_word(M.x86.R_CS); in x86emuOp_push_CS()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()3532 push_word(M.x86.R_CS); in x86emuOp_int3()3561 push_word(M.x86.R_CS); in x86emuOp_int_IMM()3587 push_word(M.x86.R_CS); in x86emuOp_into()4247 M.x86.R_CS = cs; in x86emuOp_jump_far_IMM()5018 push_word(M.x86.R_CS); in x86emuOp_opcFF_word_RM()5019 M.x86.R_CS = destval2; in x86emuOp_opcFF_word_RM()[all …]
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()
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()
74 .cs = M.x86.R_CS, in int_exception_handler()325 M.x86.R_CS = cs; in interrupt_handler()
171 #define R_CS seg.CS macro
Completed in 18 milliseconds