Searched refs:KVM_S390_PROGRAM_INT (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/s390x/ |
H A D | debug_test.c | 78 .type = KVM_S390_PROGRAM_INT, in test_step_pgm_diag()
|
/openbmc/linux/arch/s390/kvm/ |
H A D | kvm-s390.h | 308 .type = KVM_S390_PROGRAM_INT, in kvm_s390_inject_prog_irq() 317 .type = KVM_S390_PROGRAM_INT, in kvm_s390_inject_program_int()
|
H A D | trace-s390.h | 106 {KVM_S390_PROGRAM_INT, "program interrupt"}, \
|
H A D | interrupt.c | 867 trace_kvm_s390_deliver_interrupt(vcpu->vcpu_id, KVM_S390_PROGRAM_INT, in __deliver_prog() 1490 trace_kvm_s390_inject_vcpu(vcpu->vcpu_id, KVM_S390_PROGRAM_INT, in __inject_prog() 2083 case KVM_S390_PROGRAM_INT: in s390int_to_s390irq() 2150 case KVM_S390_PROGRAM_INT: in do_inject_vcpu() 2981 irq->type = KVM_S390_PROGRAM_INT; in store_local_irq()
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | kvm.h | 103 #define KVM_S390_PROGRAM_INT 0xfffe0001u macro
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 1044 case KVM_S390_PROGRAM_INT: in s390_kvm_irq_to_interrupt() 1135 .type = KVM_S390_PROGRAM_INT, in kvm_s390_program_interrupt() 1146 .type = KVM_S390_PROGRAM_INT, in kvm_s390_access_exception()
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 687 #define KVM_S390_PROGRAM_INT 0xfffe0001u macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 687 #define KVM_S390_PROGRAM_INT 0xfffe0001u macro
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 3189 KVM_S390_PROGRAM_INT (vcpu) 3986 - KVM_S390_PROGRAM_INT - program check; parameters in .pgm
|