Searched refs:next_tss_desc (Results 1 – 1 of 1) sorted by relevance
2408 struct desc_struct curr_tss_desc, next_tss_desc; in emulator_do_task_switch() local2417 ret = read_segment_descriptor(ctxt, tss_selector, &next_tss_desc); in emulator_do_task_switch()2427 if ((tss_selector & 3) > next_tss_desc.dpl || in emulator_do_task_switch()2428 ops->cpl(ctxt) > next_tss_desc.dpl) in emulator_do_task_switch()2432 desc_limit = desc_limit_scaled(&next_tss_desc); in emulator_do_task_switch()2433 if (!next_tss_desc.p || in emulator_do_task_switch()2434 ((desc_limit < 0x67 && (next_tss_desc.type & 8)) || in emulator_do_task_switch()2453 if (next_tss_desc.type & 8) in emulator_do_task_switch()2455 old_tss_base, &next_tss_desc); in emulator_do_task_switch()2458 old_tss_base, &next_tss_desc); in emulator_do_task_switch()[all …]