Searched refs:old_tss_base (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/x86/kvm/ |
D | emulate.c | 1893 ulong old_tss_base, struct desc_struct *new_desc) in task_switch_16() argument 1899 ret = ops->read_std(old_tss_base, &tss_seg, sizeof tss_seg, ctxt->vcpu, in task_switch_16() 1907 ret = ops->write_std(old_tss_base, &tss_seg, sizeof tss_seg, ctxt->vcpu, in task_switch_16() 2025 ulong old_tss_base, struct desc_struct *new_desc) in task_switch_32() argument 2031 ret = ops->read_std(old_tss_base, &tss_seg, sizeof tss_seg, ctxt->vcpu, in task_switch_32() 2039 ret = ops->write_std(old_tss_base, &tss_seg, sizeof tss_seg, ctxt->vcpu, in task_switch_32() 2074 ulong old_tss_base = in emulator_do_task_switch() local 2119 old_tss_base, &next_tss_desc); in emulator_do_task_switch() 2122 old_tss_base, &next_tss_desc); in emulator_do_task_switch()
|