Searched refs:new_tss_base (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 2959 u32 new_tss_base = get_desc_base(new_desc); in task_switch_16() local 2973 ret = ops->read_std(ctxt, new_tss_base, &tss_seg, sizeof tss_seg, in task_switch_16() 2981 ret = ops->write_std(ctxt, new_tss_base, in task_switch_16() 3103 u32 new_tss_base = get_desc_base(new_desc); in task_switch_32() local 3120 ret = ops->read_std(ctxt, new_tss_base, &tss_seg, sizeof tss_seg, in task_switch_32() 3128 ret = ops->write_std(ctxt, new_tss_base, in task_switch_32()
|