Searched refs:new_tss_base (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 2661 u32 new_tss_base = get_desc_base(new_desc); in task_switch_16() local 2675 ret = ops->read_std(ctxt, new_tss_base, &tss_seg, sizeof tss_seg, in task_switch_16() 2683 ret = ops->write_std(ctxt, new_tss_base, in task_switch_16() 2805 u32 new_tss_base = get_desc_base(new_desc); in task_switch_32() local 2822 ret = ops->read_std(ctxt, new_tss_base, &tss_seg, sizeof tss_seg, in task_switch_32() 2830 ret = ops->write_std(ctxt, new_tss_base, in task_switch_32()
|