Searched refs:SWITCH_TSS_CALL (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | seg_helper.c | 310 #define SWITCH_TSS_CALL 2 macro 384 if (source == SWITCH_TSS_CALL) { in switch_tss_ra() 478 if (source == SWITCH_TSS_CALL) { in switch_tss_ra() 488 if (source == SWITCH_TSS_JMP || source == SWITCH_TSS_CALL) { in switch_tss_ra() 705 shift = switch_tss(env, intno * 8, e1, e2, SWITCH_TSS_CALL, old_eip); in do_interrupt_protected() 1731 switch_tss_ra(env, new_cs, e1, e2, SWITCH_TSS_CALL, next_eip, GETPC()); in helper_lcall_protected()
|