Home
last modified time | relevance | path

Searched refs:old_tss_base (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/kvm/
Demulate.c2656 ulong old_tss_base, struct desc_struct *new_desc) in task_switch_16() argument
2663 ret = ops->read_std(ctxt, old_tss_base, &tss_seg, sizeof tss_seg, in task_switch_16()
2670 ret = ops->write_std(ctxt, old_tss_base, &tss_seg, sizeof tss_seg, in task_switch_16()
2800 ulong old_tss_base, struct desc_struct *new_desc) in task_switch_32() argument
2809 ret = ops->read_std(ctxt, old_tss_base, &tss_seg, sizeof tss_seg, in task_switch_32()
2817 ret = ops->write_std(ctxt, old_tss_base + eip_offset, &tss_seg.eip, in task_switch_32()
2849 ulong old_tss_base = in emulator_do_task_switch() local
2912 old_tss_base, &next_tss_desc); in emulator_do_task_switch()
2915 old_tss_base, &next_tss_desc); in emulator_do_task_switch()