Searched refs:KVM_S390_SIGP_STOP (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/s390/kvm/ |
H A D | sigp.c | 118 .type = KVM_S390_SIGP_STOP, in __sigp_stop() 136 .type = KVM_S390_SIGP_STOP, in __sigp_stop_and_store_status()
|
H A D | trace-s390.h | 105 {KVM_S390_SIGP_STOP, "sigp stop"}, \
|
H A D | interrupt.c | 1596 trace_kvm_s390_inject_vcpu(vcpu->vcpu_id, KVM_S390_SIGP_STOP, 0, 0); in __inject_sigp_stop() 2091 case KVM_S390_SIGP_STOP: in s390int_to_s390irq() 2156 case KVM_S390_SIGP_STOP: in do_inject_vcpu() 2999 irq->type = KVM_S390_SIGP_STOP; in store_local_irq()
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | kvm.h | 102 #define KVM_S390_SIGP_STOP 0xfffe0000u macro
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 1063 case KVM_S390_SIGP_STOP: in s390_kvm_irq_to_interrupt() 2621 .type = KVM_S390_SIGP_STOP, in kvm_s390_stop_interrupt()
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 686 #define KVM_S390_SIGP_STOP 0xfffe0000u macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 686 #define KVM_S390_SIGP_STOP 0xfffe0000u macro
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 3187 KVM_S390_SIGP_STOP (vcpu) 3951 type is KVM_S390_SIGP_STOP and flag parameter is invalid value, 3955 type is KVM_S390_SIGP_STOP and a stop irq is already pending, 3985 - KVM_S390_SIGP_STOP - sigp stop; parameter in .stop
|