Searched refs:gbea (Results 1 – 17 of 17) sorted by relevance
/openbmc/qemu/target/s390x/ |
H A D | gdbstub.c | 234 return gdb_get_regl(mem_buf, env->gbea); in cpu_read_virt_reg() 257 env->gbea = ldq_be_p(mem_buf); in cpu_write_virt_reg()
|
H A D | machine.c | 270 VMSTATE_UINT64(env.gbea, S390CPU),
|
H A D | cpu.c | 191 env->gbea = 1; in s390_cpu_reset_hold()
|
H A D | cpu.h | 111 uint64_t gbea; member
|
/openbmc/linux/tools/arch/s390/include/uapi/asm/ |
H A D | kvm.h | 256 __u64 gbea; /* guest breaking-event address [ARCH0] */ member
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | kvm.h | 272 __u64 gbea; /* guest breaking-event address [ARCH0] */ member
|
/openbmc/linux/arch/s390/kvm/ |
H A D | vsie.c | 402 scb_o->gbea = scb_s->gbea; in unshadow_scb() 483 scb_s->gbea = scb_o->gbea; in shadow_scb()
|
H A D | kvm-s390.c | 4135 r = put_user(vcpu->arch.sie_block->gbea, in kvm_arch_vcpu_ioctl_get_one_reg() 4188 r = get_user(vcpu->arch.sie_block->gbea, in kvm_arch_vcpu_ioctl_set_one_reg() 4239 vcpu->run->s.regs.gbea = 1; in kvm_arch_vcpu_ioctl_initial_reset() 4247 vcpu->arch.sie_block->gbea = 1; in kvm_arch_vcpu_ioctl_initial_reset() 4877 vcpu->arch.sie_block->gbea = kvm_run->s.regs.gbea; in sync_regs_fmt2() 4994 kvm_run->s.regs.gbea = vcpu->arch.sie_block->gbea; in store_regs_fmt2()
|
H A D | pv.c | 94 vcpu->arch.sie_block->gbea = 1; in kvm_s390_pv_destroy_cpu()
|
H A D | interrupt.c | 958 rc |= put_guest_lc(vcpu, vcpu->arch.sie_block->gbea, in __deliver_prog()
|
/openbmc/linux/tools/testing/selftests/kvm/s390x/ |
H A D | resets.c | 156 TEST_ASSERT(sync_regs->gbea == 1, "gbea == 1 (sync_regs)"); in assert_initial()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 535 cs->kvm_run->s.regs.gbea = env->gbea; in kvm_arch_put_registers() 547 kvm_set_one_reg(cs, KVM_REG_S390_GBEA, &env->gbea); in kvm_arch_put_registers() 647 env->gbea = cs->kvm_run->s.regs.gbea; in kvm_arch_get_registers() 658 kvm_get_one_reg(cs, KVM_REG_S390_GBEA, &env->gbea); in kvm_arch_get_registers()
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | kvm.h | 585 __u64 gbea; /* guest breaking-event address [ARCH0] */ member
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | excp_helper.c | 283 lowcore->per_breaking_event_addr = cpu_to_be64(env->gbea); in do_program_interrupt()
|
H A D | misc_helper.c | 635 env->per_address = env->gbea; in HELPER()
|
H A D | translate.c | 185 static TCGv_i64 gbea; variable 205 gbea = tcg_global_mem_new_i64(tcg_env, in s390x_translate_init() 206 offsetof(CPUS390XState, gbea), in s390x_translate_init() 355 tcg_gen_movi_i64(gbea, s->base.pc_next); in per_breaking_event()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | kvm_host.h | 346 __u64 gbea; /* 0x0180 */ member
|