Searched defs:old_tss_sel (Results 1 – 2 of 2) sorted by relevance
88 …c int task_switch_32(CPUState *cpu, x68_segment_selector tss_sel, x68_segment_selector old_tss_sel, in task_switch_32()125 x68_segment_selector old_tss_sel = vmx_read_segment_selector(cpu, R_TR); in vmx_handle_task_switch() local
2742 static int task_switch_16(struct x86_emulate_ctxt *ctxt, u16 old_tss_sel, in task_switch_16()2880 static int task_switch_32(struct x86_emulate_ctxt *ctxt, u16 old_tss_sel, in task_switch_32()2925 u16 old_tss_sel = get_segment_selector(ctxt, VCPU_SREG_TR); in emulator_do_task_switch() local