Searched refs:tss_seg (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/x86/kvm/ |
D | emulate.c | 1895 struct tss_segment_16 tss_seg; in task_switch_16() local 1899 ret = ops->read_std(old_tss_base, &tss_seg, sizeof tss_seg, ctxt->vcpu, in task_switch_16() 1905 save_state_to_tss16(ctxt, ops, &tss_seg); in task_switch_16() 1907 ret = ops->write_std(old_tss_base, &tss_seg, sizeof tss_seg, ctxt->vcpu, in task_switch_16() 1913 ret = ops->read_std(new_tss_base, &tss_seg, sizeof tss_seg, ctxt->vcpu, in task_switch_16() 1920 tss_seg.prev_task_link = old_tss_sel; in task_switch_16() 1923 &tss_seg.prev_task_link, in task_switch_16() 1924 sizeof tss_seg.prev_task_link, in task_switch_16() 1931 return load_state_from_tss16(ctxt, ops, &tss_seg); in task_switch_16() 2027 struct tss_segment_32 tss_seg; in task_switch_32() local [all …]
|