Searched refs:task_switch_32 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/i386/hvf/ |
H A D | x86_task.c | 88 static int task_switch_32(CPUState *cpu, x68_segment_selector tss_sel, x68_segment_selector old_tss… in task_switch_32() function 170 task_switch_32(cpu, tss_sel, old_tss_sel, old_tss_base, &next_tss_desc); in vmx_handle_task_switch()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | emulate.c | 2880 static int task_switch_32(struct x86_emulate_ctxt *ctxt, u16 old_tss_sel, in task_switch_32() function 2988 ret = task_switch_32(ctxt, old_tss_sel, old_tss_base, &next_tss_desc); in emulator_do_task_switch()
|