Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/
Demulate.c3350 struct desc_struct curr_tss_desc, next_tss_desc; in emulator_do_task_switch() local
3363 ret = read_segment_descriptor(ctxt, old_tss_sel, &curr_tss_desc, &desc_addr); in emulator_do_task_switch()
3402 curr_tss_desc.type &= ~(1 << 1); /* clear busy flag */ in emulator_do_task_switch()
3403 write_segment_descriptor(ctxt, old_tss_sel, &curr_tss_desc); in emulator_do_task_switch()