Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_emulate.c215 run->exit_reason = KVM_EXIT_PAPR_HCALL; in kvmppc_core_emulate_op_pr()
Dbook3s_hv.c897 run->exit_reason = KVM_EXIT_PAPR_HCALL; in kvmppc_handle_exit_hv()
2719 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.4.14/include/uapi/linux/
Dkvm.h179 #define KVM_EXIT_PAPR_HCALL 19 macro
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt3241 /* KVM_EXIT_PAPR_HCALL */
3421 When this capability is enabled, KVM_EXIT_PAPR_HCALL can occur.