Lines Matching refs:new_segs
319 uint32_t new_regs[8], new_segs[6]; in switch_tss_ra() local
439 new_segs[i] = access_ldw(&new, tss_base + (0x48 + i * 4)); in switch_tss_ra()
452 new_segs[i] = access_ldw(&new, tss_base + (0x22 + i * 2)); in switch_tss_ra()
455 new_segs[R_FS] = 0; in switch_tss_ra()
456 new_segs[R_GS] = 0; in switch_tss_ra()
525 load_seg_vm(env, i, new_segs[i]); in switch_tss_ra()
530 cpu_x86_load_seg_cache(env, i, new_segs[i], 0, 0, 0); in switch_tss_ra()
564 int cpl = new_segs[R_CS] & 3; in switch_tss_ra()
565 tss_load_seg(env, R_CS, new_segs[R_CS], cpl, retaddr); in switch_tss_ra()
566 tss_load_seg(env, R_SS, new_segs[R_SS], cpl, retaddr); in switch_tss_ra()
567 tss_load_seg(env, R_ES, new_segs[R_ES], cpl, retaddr); in switch_tss_ra()
568 tss_load_seg(env, R_DS, new_segs[R_DS], cpl, retaddr); in switch_tss_ra()
569 tss_load_seg(env, R_FS, new_segs[R_FS], cpl, retaddr); in switch_tss_ra()
570 tss_load_seg(env, R_GS, new_segs[R_GS], cpl, retaddr); in switch_tss_ra()