Home
last modified time | relevance | path

Searched defs:old_tss_sel (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/arch/x86/kvm/
Demulate.c3056 static int task_switch_16(struct x86_emulate_ctxt *ctxt, u16 old_tss_sel, in task_switch_16()
3194 static int task_switch_32(struct x86_emulate_ctxt *ctxt, u16 old_tss_sel, in task_switch_32()
3239 u16 old_tss_sel = get_segment_selector(ctxt, VCPU_SREG_TR); in emulator_do_task_switch() local