Searched refs:desc_limit (Results 1 – 1 of 1) sorted by relevance
2845 u32 desc_limit; in emulator_do_task_switch() local2888 desc_limit = desc_limit_scaled(&next_tss_desc); in emulator_do_task_switch()2890 ((desc_limit < 0x67 && (next_tss_desc.type & 8)) || in emulator_do_task_switch()2891 desc_limit < 0x2b)) { in emulator_do_task_switch()