Searched defs:new_cs (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | seg_helper.c | 1454 void helper_ljmp_protected(CPUX86State *env, int new_cs, target_ulong new_eip, in helper_ljmp_protected() 1594 void helper_lcall_real(CPUX86State *env, uint32_t new_cs, uint32_t new_eip, in helper_lcall_real() 1621 void helper_lcall_protected(CPUX86State *env, int new_cs, target_ulong new_eip, in helper_lcall_protected() 1929 uint32_t new_cs, new_eip, new_eflags; in helper_iret_real() local 2000 uint32_t new_cs, new_eflags, new_ss; in helper_ret_protected() local
|
H A D | translate.c | 1903 TCGv_i32 new_cs = tcg_temp_new_i32(); in gen_far_call() local 1922 TCGv_i32 new_cs = tcg_temp_new_i32(); in gen_far_jmp() local
|
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm.c | 748 critical_section_t *new_cs; in cs_alloc() local
|