Searched refs:segoffs (Results 1 – 1 of 1) sorted by relevance
149 uint32_t int_addr, segoffs, ssp; in do_int() local160 segoffs = cpu_ldl_data(env, int_addr); in do_int()161 if ((segoffs >> 16) == TARGET_BIOSSEG) in do_int()164 intno, segoffs >> 16, segoffs & 0xffff); in do_int()173 env->eip = segoffs & 0xffff; in do_int()174 cpu_x86_load_seg(env, R_CS, segoffs >> 16); in do_int()