Searched defs:new_cs (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dop_helper.c2756 void helper_ljmp_protected(int new_cs, target_ulong new_eip, argument
2766 if ((new_cs & 0xfffc) == 0)
2768 if (load_segment(&e1, &e2, new_cs) != 0)
2769 raise_exception_err(EXCP0D_GPF, new_cs & 0xfffc);
2773 raise_exception_err(EXCP0D_GPF, new_cs & 0xfffc);
2778 raise_exception_err(EXCP0D_GPF, new_cs & 0xfffc);
2781 rpl = new_cs & 3;
2783 raise_exception_err(EXCP0D_GPF, new_cs & 0xfffc);
2785 raise_exception_err(EXCP0D_GPF, new_cs & 0xfffc);
2788 raise_exception_err(EXCP0B_NOSEG, new_cs
2857 helper_lcall_real(int new_cs, target_ulong new_eip1, int shift, int next_eip) argument
2883 helper_lcall_protected(int new_cs, target_ulong new_eip, int shift, int next_eip_addend) argument
3097 uint32_t sp, new_cs, new_eip, new_eflags, sp_mask; local
3187 uint32_t new_cs, new_eflags, new_ss; local
[all...]

Completed in 58 milliseconds