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.c1455 int gate_cs, type; in helper_ljmp_protected() local
1527 gate_cs = e1 >> 16; in helper_ljmp_protected()
1549 if (load_segment_ra(env, &e1, &e2, gate_cs, GETPC()) != 0) { in helper_ljmp_protected()
1550 raise_exception_err_ra(env, EXCP0D_GPF, gate_cs & 0xfffc, GETPC()); in helper_ljmp_protected()
1556 raise_exception_err_ra(env, EXCP0D_GPF, gate_cs & 0xfffc, GETPC()); in helper_ljmp_protected()
1560 raise_exception_err_ra(env, EXCP0D_GPF, gate_cs & 0xfffc, GETPC()); in helper_ljmp_protected()
1565 raise_exception_err_ra(env, EXCP0D_GPF, gate_cs & 0xfffc, GETPC()); in helper_ljmp_protected()
1568 raise_exception_err_ra(env, EXCP0D_GPF, gate_cs & 0xfffc, GETPC()); in helper_ljmp_protected()
1573 raise_exception_err_ra(env, EXCP0D_GPF, gate_cs & 0xfffc, GETPC()); in helper_ljmp_protected()
1580 cpu_x86_load_seg_cache(env, R_CS, (gate_cs & 0xfffc) | cpl, in helper_ljmp_protected()