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

/external/qemu/target-i386/
H A Dop_helper.c2196 void helper_ljmp_protected(int new_cs, target_ulong new_eip, argument
2203 if ((new_cs & 0xfffc) == 0)
2205 if (load_segment(&e1, &e2, new_cs) != 0)
2206 raise_exception_err(EXCP0D_GPF, new_cs & 0xfffc);
2210 raise_exception_err(EXCP0D_GPF, new_cs & 0xfffc);
2215 raise_exception_err(EXCP0D_GPF, new_cs & 0xfffc);
2218 rpl = new_cs & 3;
2220 raise_exception_err(EXCP0D_GPF, new_cs & 0xfffc);
2222 raise_exception_err(EXCP0D_GPF, new_cs & 0xfffc);
2225 raise_exception_err(EXCP0B_NOSEG, new_cs
2286 helper_lcall_real(int new_cs, target_ulong new_eip1, int shift, int next_eip) argument
2312 helper_lcall_protected(int new_cs, target_ulong new_eip, int shift, int next_eip_addend) argument
2521 uint32_t sp, new_cs, new_eip, new_eflags, sp_mask; local
2579 uint32_t new_cs, new_eflags, new_ss; local
[all...]

Completed in 44 milliseconds