Searched defs:new_cs (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | seg_helper.c | 1479 void helper_ljmp_protected(CPUX86State *env, int new_cs, target_ulong new_eip, in helper_ljmp_protected() 1620 void helper_lcall_real(CPUX86State *env, uint32_t new_cs, uint32_t new_eip, in helper_lcall_real() 1647 void helper_lcall_protected(CPUX86State *env, int new_cs, target_ulong new_eip, in helper_lcall_protected() 1956 uint32_t new_cs, new_eip, new_eflags; in helper_iret_real() local 2027 uint32_t new_cs, new_eflags, new_ss; in helper_ret_protected() local
|
H A D | translate.c | 2066 TCGv_i32 new_cs = tcg_temp_new_i32(); in gen_far_call() local 2085 TCGv_i32 new_cs = tcg_temp_new_i32(); in gen_far_jmp() local
|
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm.c |
|