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.c173 static void tss_load_seg(CPUX86State *env, X86Seg seg_reg, int selector, in tss_load_seg() function
485 tss_load_seg(env, R_CS, new_segs[R_CS], cpl, retaddr); in switch_tss_ra()
486 tss_load_seg(env, R_SS, new_segs[R_SS], cpl, retaddr); in switch_tss_ra()
487 tss_load_seg(env, R_ES, new_segs[R_ES], cpl, retaddr); in switch_tss_ra()
488 tss_load_seg(env, R_DS, new_segs[R_DS], cpl, retaddr); in switch_tss_ra()
489 tss_load_seg(env, R_FS, new_segs[R_FS], cpl, retaddr); in switch_tss_ra()
490 tss_load_seg(env, R_GS, new_segs[R_GS], cpl, retaddr); in switch_tss_ra()