Searched refs:tss_seg (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/arch/x86/kvm/ |
D | emulate.c | 3026 struct tss_segment_16 tss_seg; in task_switch_16() local 3030 ret = linear_read_system(ctxt, old_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_16() 3034 save_state_to_tss16(ctxt, &tss_seg); in task_switch_16() 3036 ret = linear_write_system(ctxt, old_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_16() 3040 ret = linear_read_system(ctxt, new_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_16() 3045 tss_seg.prev_task_link = old_tss_sel; in task_switch_16() 3048 &tss_seg.prev_task_link, in task_switch_16() 3049 sizeof(tss_seg.prev_task_link)); in task_switch_16() 3054 return load_state_from_tss16(ctxt, &tss_seg); in task_switch_16() 3165 struct tss_segment_32 tss_seg; in task_switch_32() local [all …]
|