Home
last modified time | relevance | path

Searched refs:kvm_s390_vcpu_interrupt_post_load (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/s390x/kvm/
H A Dkvm_s390x.h27 int kvm_s390_vcpu_interrupt_post_load(S390CPU *cpu);
H A Dkvm.c2077 int kvm_s390_vcpu_interrupt_post_load(S390CPU *cpu) in kvm_s390_vcpu_interrupt_post_load() function
/openbmc/qemu/target/s390x/
H A Dmachine.c36 return kvm_s390_vcpu_interrupt_post_load(cpu); in cpu_post_load()