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.c2714 struct tss_segment_16 tss_seg; in task_switch_16() local
2718 ret = linear_read_system(ctxt, old_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_16()
2722 save_state_to_tss16(ctxt, &tss_seg); in task_switch_16()
2724 ret = linear_write_system(ctxt, old_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_16()
2728 ret = linear_read_system(ctxt, new_tss_base, &tss_seg, sizeof(tss_seg)); in task_switch_16()
2733 tss_seg.prev_task_link = old_tss_sel; in task_switch_16()
2736 &tss_seg.prev_task_link, in task_switch_16()
2737 sizeof(tss_seg.prev_task_link)); in task_switch_16()
2742 return load_state_from_tss16(ctxt, &tss_seg); in task_switch_16()
2852 struct tss_segment_32 tss_seg; in task_switch_32() local
[all …]