Searched refs:sie_return (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/s390/include/asm/ |
| H A D | stacktrace.h | 65 unsigned long sie_return; member
|
| /linux/arch/s390/kvm/ |
| H A D | vsie.c | 1193 unsigned long sie_return = SIE64_RETURN_NORMAL; in do_vsie_run() 1235 sie_return = kvm_s390_enter_exit_sie(scb_s, vcpu->run->s.regs.gprs, sg->asce.val); in do_vsie_run() 1250 if (sie_return == SIE64_RETURN_MCCK) { in release_gmap_shadow() 1255 WARN_ON_ONCE(sie_return != SIE64_RETURN_NORMAL); in acquire_gmap_shadow() 1146 unsigned long sie_return = SIE64_RETURN_NORMAL; do_vsie_run() local
|
| H A D | kvm-s390.c | 4723 static int vcpu_post_run(struct kvm_vcpu *vcpu, int sie_return) in __vcpu_run() 4739 if (sie_return == SIE64_RETURN_MCCK) { in __vcpu_run() 4746 WARN_ON_ONCE(sie_return != SIE64_RETURN_NORMAL); in __vcpu_run() 4785 int rc, sie_return; in sync_regs_fmt2() 4825 sie_return = kvm_s390_enter_exit_sie(vcpu->arch.sie_block, in sync_regs_fmt2() 4850 rc = vcpu_post_run(vcpu, sie_return); in sync_regs_fmt2() 4647 vcpu_post_run(struct kvm_vcpu * vcpu,int sie_return) vcpu_post_run() argument 4709 int rc, sie_return; __vcpu_run() local
|
| /linux/arch/s390/kernel/ |
| H A D | asm-offsets.c | 68 OFFSET(__SF_SIE_RETURN, stack_frame, sie_return); in main()
|
| H A D | nmi.c | 494 ((struct stack_frame *)regs->gprs[15])->sie_return = SIE64_RETURN_MCCK; in s390_do_machine_check()
|