Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c1457 int gate_cs, type; in helper_ljmp_protected() local
1529 gate_cs = e1 >> 16; in helper_ljmp_protected()
1551 if (load_segment_ra(env, &e1, &e2, gate_cs, GETPC()) != 0) { in helper_ljmp_protected()
1552 raise_exception_err_ra(env, EXCP0D_GPF, gate_cs & 0xfffc, GETPC()); in helper_ljmp_protected()
1558 raise_exception_err_ra(env, EXCP0D_GPF, gate_cs & 0xfffc, GETPC()); in helper_ljmp_protected()
1562 raise_exception_err_ra(env, EXCP0D_GPF, gate_cs & 0xfffc, GETPC()); in helper_ljmp_protected()
1567 raise_exception_err_ra(env, EXCP0D_GPF, gate_cs & 0xfffc, GETPC()); in helper_ljmp_protected()
1570 raise_exception_err_ra(env, EXCP0D_GPF, gate_cs & 0xfffc, GETPC()); in helper_ljmp_protected()
1575 raise_exception_err_ra(env, EXCP0D_GPF, gate_cs & 0xfffc, GETPC()); in helper_ljmp_protected()
1582 cpu_x86_load_seg_cache(env, R_CS, (gate_cs & 0xfffc) | cpl, in helper_ljmp_protected()