Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_emulate.c214 run->exit_reason = KVM_EXIT_PAPR_HCALL; in kvmppc_core_emulate_op_pr()
Dbook3s_hv.c882 run->exit_reason = KVM_EXIT_PAPR_HCALL; in kvmppc_handle_exit_hv()
2264 if (run->exit_reason == KVM_EXIT_PAPR_HCALL && in kvmppc_vcpu_run_hv()
Dbook3s_pr.c1113 run->exit_reason = KVM_EXIT_PAPR_HCALL; in kvmppc_handle_exit_pr()
/linux-4.1.27/include/uapi/linux/
Dkvm.h179 #define KVM_EXIT_PAPR_HCALL 19 macro
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt3183 /* KVM_EXIT_PAPR_HCALL */
3346 When this capability is enabled, KVM_EXIT_PAPR_HCALL can occur.