Searched refs:old_tss_base (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 2954 ulong old_tss_base, struct desc_struct *new_desc) in task_switch_16() argument 2961 ret = ops->read_std(ctxt, old_tss_base, &tss_seg, sizeof tss_seg, in task_switch_16() 2968 ret = ops->write_std(ctxt, old_tss_base, &tss_seg, sizeof tss_seg, in task_switch_16() 3098 ulong old_tss_base, struct desc_struct *new_desc) in task_switch_32() argument 3107 ret = ops->read_std(ctxt, old_tss_base, &tss_seg, sizeof tss_seg, in task_switch_32() 3115 ret = ops->write_std(ctxt, old_tss_base + eip_offset, &tss_seg.eip, in task_switch_32() 3147 ulong old_tss_base = in emulator_do_task_switch() local 3210 old_tss_base, &next_tss_desc); in emulator_do_task_switch() 3213 old_tss_base, &next_tss_desc); in emulator_do_task_switch()
|