Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c237 static void tss_load_seg(CPUX86State *env, X86Seg seg_reg, int selector, in tss_load_seg() function
565 tss_load_seg(env, R_CS, new_segs[R_CS], cpl, retaddr); in switch_tss_ra()
566 tss_load_seg(env, R_SS, new_segs[R_SS], cpl, retaddr); in switch_tss_ra()
567 tss_load_seg(env, R_ES, new_segs[R_ES], cpl, retaddr); in switch_tss_ra()
568 tss_load_seg(env, R_DS, new_segs[R_DS], cpl, retaddr); in switch_tss_ra()
569 tss_load_seg(env, R_FS, new_segs[R_FS], cpl, retaddr); in switch_tss_ra()
570 tss_load_seg(env, R_GS, new_segs[R_GS], cpl, retaddr); in switch_tss_ra()