| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | hyperv_features.c | 86 static void guest_hcall(gpa_t pgs_gpa, struct hcall_data *hcall) in guest_hcall() 91 GUEST_ASSERT_NE(hcall->control, 0); in guest_hcall() 96 if (!(hcall->control & HV_HYPERCALL_FAST_BIT)) { in guest_hcall() 103 vector = __hyperv_hypercall(hcall->control, input, output, &res); in guest_hcall() 104 if (hcall->ud_expected) { in guest_hcall() 107 hcall->control, ex_str(vector)); in guest_hcall() 111 hcall->control, ex_str(vector)); in guest_hcall() 112 GUEST_ASSERT_EQ(res, hcall->expect); in guest_hcall() 532 struct hcall_data *hcall; in guest_test_hcalls_access() 543 hcall in guest_test_hcalls_access() 85 guest_hcall(gpa_t pgs_gpa,struct hcall_data * hcall) guest_hcall() argument 527 struct hcall_data *hcall; guest_test_hcalls_access() local [all...] |
| H A D | hyperv_extended_hypercalls.c | 76 outval = addr_gpa2hva(vm, run->hyperv.u.hcall.params[1]); in main() 78 run->hyperv.u.hcall.result = HV_STATUS_SUCCESS; in main()
|
| /linux/Documentation/ABI/testing/ |
| H A D | debugfs-pfo-nx-crypto | 15 only errors counted here are those returned from the hcall, H_COP_OP. 18 The most recent non-zero return code from the H_COP_OP hcall. -EBUSY is not 19 recorded here (the hcall will retry until -EBUSY goes away). 23 hcall.
|
| H A D | sysfs-bus-papr-pmem | 9 response to H_SCM_HEALTH hcall. The details of the bit 10 flags returned in response to this hcall is available
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_pr_papr.c | 489 unsigned int hcall; in kvmppc_pr_init_default_hcalls() local 492 hcall = default_hcall_list[i]; in kvmppc_pr_init_default_hcalls() 493 WARN_ON(!kvmppc_hcall_impl_pr(hcall)); in kvmppc_pr_init_default_hcalls() 494 __set_bit(hcall / 4, kvm->arch.enabled_hcalls); in kvmppc_pr_init_default_hcalls()
|
| H A D | book3s.c | 1016 int kvmppc_book3s_hcall_implemented(struct kvm *kvm, unsigned long hcall) in kvmppc_book3s_hcall_implemented() argument 1018 return kvm->arch.kvm_ops->hcall_implemented(hcall); in kvmppc_book3s_hcall_implemented()
|
| H A D | book3s_xics.c | 848 int kvmppc_xics_rm_complete(struct kvm_vcpu *vcpu, u32 hcall) in kvmppc_xics_rm_complete() argument 854 hcall, icp->rm_action, icp->rm_dbgstate.raw, icp->rm_dbgtgt); in kvmppc_xics_rm_complete()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | vas.h | 271 int h_query_vas_capabilities(const u64 hcall, u8 query_type, u64 result);
|
| /linux/tools/arch/powerpc/include/uapi/asm/ |
| H A D | kvm.h | 732 __u32 hcall[4]; member
|
| /linux/tools/include/uapi/linux/ |
| H A D | kvm.h | 116 } hcall; member 139 } hcall; member
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | Kconfig | 148 this enables code that uses the hcall GetPerfCounterInfo and 24x7
|
| /linux/Documentation/virt/kvm/ |
| H A D | ppc-pv.rst | 207 generic hypercalls are implemented here, like the ePAPR idle hcall. These are
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 5604 Disable RADIX GTSE feature and use hcall for TLB
|