Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kvm/
Demulate.c2466 struct desc_struct curr_tss_desc, next_tss_desc; in emulator_do_task_switch() local
2475 ret = read_segment_descriptor(ctxt, tss_selector, &next_tss_desc); in emulator_do_task_switch()
2507 int dpl = next_tss_desc.dpl; in emulator_do_task_switch()
2513 desc_limit = desc_limit_scaled(&next_tss_desc); in emulator_do_task_switch()
2514 if (!next_tss_desc.p || in emulator_do_task_switch()
2515 ((desc_limit < 0x67 && (next_tss_desc.type & 8)) || in emulator_do_task_switch()
2534 if (next_tss_desc.type & 8) in emulator_do_task_switch()
2536 old_tss_base, &next_tss_desc); in emulator_do_task_switch()
2539 old_tss_base, &next_tss_desc); in emulator_do_task_switch()
2547 next_tss_desc.type |= (1 << 1); /* set busy flag */ in emulator_do_task_switch()
[all …]