Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kvm/
Demulate.c2275 struct tss_segment_16 tss_seg; in task_switch_16() local
2279 ret = ops->read_std(ctxt, old_tss_base, &tss_seg, sizeof tss_seg, in task_switch_16()
2285 save_state_to_tss16(ctxt, &tss_seg); in task_switch_16()
2287 ret = ops->write_std(ctxt, old_tss_base, &tss_seg, sizeof tss_seg, in task_switch_16()
2293 ret = ops->read_std(ctxt, new_tss_base, &tss_seg, sizeof tss_seg, in task_switch_16()
2300 tss_seg.prev_task_link = old_tss_sel; in task_switch_16()
2303 &tss_seg.prev_task_link, in task_switch_16()
2304 sizeof tss_seg.prev_task_link, in task_switch_16()
2311 return load_state_from_tss16(ctxt, &tss_seg); in task_switch_16()
2422 struct tss_segment_32 tss_seg; in task_switch_32() local
[all …]