Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/kvm/
Dbook3s_emulate.c376 vcpu->run->exit_reason = KVM_EXIT_PAPR_HCALL; in kvmppc_core_emulate_op_pr()
Dbook3s_pr.c1319 run->exit_reason = KVM_EXIT_PAPR_HCALL; in kvmppc_handle_exit_pr()
Dbook3s_hv.c1713 run->exit_reason = KVM_EXIT_PAPR_HCALL; in kvmppc_handle_exit_hv()
4868 if (run->exit_reason == KVM_EXIT_PAPR_HCALL) { in kvmppc_vcpu_run_hv()
/Linux-v6.6/tools/include/uapi/linux/
Dkvm.h248 #define KVM_EXIT_PAPR_HCALL 19 macro
/Linux-v6.6/include/uapi/linux/
Dkvm.h248 #define KVM_EXIT_PAPR_HCALL 19 macro
/Linux-v6.6/Documentation/virt/kvm/
Dapi.rst6376 /* KVM_EXIT_PAPR_HCALL */
6817 When this capability is enabled, KVM_EXIT_PAPR_HCALL can occur.