Home
last modified time | relevance | path

Searched refs:hcall (Results 1 – 13 of 13) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dhyperv_features.c86 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 Dhyperv_extended_hypercalls.c76 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 Ddebugfs-pfo-nx-crypto15 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 Dsysfs-bus-papr-pmem9 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 Dbook3s_pr_papr.c489 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 Dbook3s.c1016 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 Dbook3s_xics.c848 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 Dvas.h271 int h_query_vas_capabilities(const u64 hcall, u8 query_type, u64 result);
/linux/tools/arch/powerpc/include/uapi/asm/
H A Dkvm.h732 __u32 hcall[4]; member
/linux/tools/include/uapi/linux/
H A Dkvm.h116 } hcall; member
139 } hcall; member
/linux/arch/powerpc/platforms/pseries/
H A DKconfig148 this enables code that uses the hcall GetPerfCounterInfo and 24x7
/linux/Documentation/virt/kvm/
H A Dppc-pv.rst207 generic hypercalls are implemented here, like the ePAPR idle hcall. These are
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt5604 Disable RADIX GTSE feature and use hcall for TLB