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

/linux-master/tools/testing/selftests/kvm/s390x/
H A Dresets.c156 TEST_ASSERT(sync_regs->gbea == 1, "gbea == 1 (sync_regs)");
/linux-master/arch/s390/kvm/
H A Dvsie.c402 scb_o->gbea = scb_s->gbea;
483 scb_s->gbea = scb_o->gbea;
H A Dkvm-s390.c4138 r = put_user(vcpu->arch.sie_block->gbea,
4191 r = get_user(vcpu->arch.sie_block->gbea,
4242 vcpu->run->s.regs.gbea = 1;
4250 vcpu->arch.sie_block->gbea = 1;
4876 vcpu->arch.sie_block->gbea = kvm_run->s.regs.gbea;
4982 kvm_run->s.regs.gbea = vcpu->arch.sie_block->gbea;
H A Dpv.c90 * The sidad field (for sdf == 2) is now the gbea field (for sdf == 0).
91 * Use the reset value of gbea to avoid leaking the kernel pointer of
94 vcpu->arch.sie_block->gbea = 1;
H A Dinterrupt.c958 rc |= put_guest_lc(vcpu, vcpu->arch.sie_block->gbea,
/linux-master/arch/s390/include/uapi/asm/
H A Dkvm.h585 __u64 gbea; /* guest breaking-event address [ARCH0] */ member in struct:kvm_sync_regs
/linux-master/tools/arch/s390/include/uapi/asm/
H A Dkvm.h585 __u64 gbea; /* guest breaking-event address [ARCH0] */ member in struct:kvm_sync_regs
/linux-master/arch/s390/include/asm/
H A Dkvm_host.h346 __u64 gbea; /* 0x0180 */ member in union:kvm_s390_sie_block::__anon67

Completed in 153 milliseconds