Searched refs:dxc (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | excp_helper.c | 48 G_NORETURN void tcg_s390_data_exception(CPUS390XState *env, uint32_t dxc, in tcg_s390_data_exception() argument 51 g_assert(dxc <= 0xff); in tcg_s390_data_exception() 55 env->psa + offsetof(LowCore, data_exc_code), dxc); in tcg_s390_data_exception() 60 env->fpc = deposit32(env->fpc, 8, 8, dxc); in tcg_s390_data_exception() 80 void HELPER(data_exception)(CPUS390XState *env, uint32_t dxc) in HELPER() 82 tcg_s390_data_exception(env, dxc, GETPC()); in HELPER()
|
H A D | tcg_s390x.h | 19 G_NORETURN void tcg_s390_data_exception(CPUS390XState *env, uint32_t dxc,
|
H A D | translate.c | 428 static inline void gen_data_exception(uint8_t dxc) in gen_data_exception() argument 430 gen_helper_data_exception(tcg_env, tcg_constant_i32(dxc)); in gen_data_exception() 6276 uint8_t dxc = 0; in translate_one() local 6279 dxc = 1; in translate_one() 6282 dxc = 1; in translate_one() 6285 dxc = 1; in translate_one() 6288 dxc = 2; in translate_one() 6291 dxc = 3; in translate_one() 6294 dxc = 0xfe; in translate_one() 6296 if (dxc) { in translate_one() [all …]
|
/openbmc/linux/arch/s390/kvm/ |
H A D | intercept.c | 188 pgm_info.data_exc_code = vcpu->arch.sie_block->dxc; in inject_prog_on_prog_intercept()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | kvm_host.h | 316 __u32 dxc; /* 0x00d0 */ member
|