Searched refs:tss_seg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | emulate.c | 3171 struct tss_segment_16 tss_seg; in task_switch_16() local 3175 ret = linear_read_system(ctxt, old_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_16() 3179 save_state_to_tss16(ctxt, &tss_seg); in task_switch_16() 3181 ret = linear_write_system(ctxt, old_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_16() 3185 ret = linear_read_system(ctxt, new_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_16() 3190 tss_seg.prev_task_link = old_tss_sel; in task_switch_16() 3193 &tss_seg in task_switch_16() 3310 struct tss_segment_32 tss_seg; task_switch_32() local [all...] |
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | emulate.c | 2745 struct tss_segment_16 tss_seg; in task_switch_16() local 2749 ret = linear_read_system(ctxt, old_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_16() 2753 save_state_to_tss16(ctxt, &tss_seg); in task_switch_16() 2755 ret = linear_write_system(ctxt, old_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_16() 2759 ret = linear_read_system(ctxt, new_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_16() 2764 tss_seg.prev_task_link = old_tss_sel; in task_switch_16() 2767 &tss_seg in task_switch_16() 2883 struct tss_segment_32 tss_seg; task_switch_32() local [all...] |
Completed in 11 milliseconds