Home
last modified time | relevance | path

Searched refs:KVM_EXIT_PAPR_HCALL (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/powerpc/kvm/
H A Dbook3s_emulate.c376 vcpu->run->exit_reason = KVM_EXIT_PAPR_HCALL; in kvmppc_core_emulate_op_pr()
H A Dbook3s_pr.c1312 run->exit_reason = KVM_EXIT_PAPR_HCALL; in kvmppc_handle_exit_pr()
H A Dbook3s_hv.c1771 run->exit_reason = KVM_EXIT_PAPR_HCALL; in kvmppc_handle_exit_hv()
5167 if (run->exit_reason == KVM_EXIT_PAPR_HCALL) { in kvmppc_vcpu_run_hv()
/linux-6.15/tools/include/uapi/linux/
H A Dkvm.h160 #define KVM_EXIT_PAPR_HCALL 19 macro
/linux-6.15/include/uapi/linux/
H A Dkvm.h160 #define KVM_EXIT_PAPR_HCALL 19 macro
/linux-6.15/Documentation/virt/kvm/
H A Dapi.rst6764 /* KVM_EXIT_PAPR_HCALL */
7250 When this capability is enabled, KVM_EXIT_PAPR_HCALL can occur.