Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Demulate.c2748 struct tss_segment_16 tss_seg; in task_switch_16() local
2752 ret = linear_read_system(ctxt, old_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_16()
2756 save_state_to_tss16(ctxt, &tss_seg); in task_switch_16()
2758 ret = linear_write_system(ctxt, old_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_16()
2762 ret = linear_read_system(ctxt, new_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_16()
2770 &tss_seg.prev_task_link, in task_switch_16()
2886 struct tss_segment_32 tss_seg; in task_switch_32() local
2892 ret = linear_read_system(ctxt, old_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_32()
2896 save_state_to_tss32(ctxt, &tss_seg); in task_switch_32()
2904 ret = linear_read_system(ctxt, new_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_32()
[all …]