Lines Matching defs:hcall
1030 * H_RPT_INVALIDATE hcall handler for nested guests.
1365 * Handle H_CEDE in the P9 path where we don't call the real-mode hcall
1683 * handles this case in realmode hcall handlers.
1688 * may be a PR KVM hcall. It must be reflected
1706 * hcall - gather args and set exit_reason. This will next be
2762 {"hypercall", offsetof(struct kvm_vcpu, arch.hcall)},
4102 * nested hv case which needs to abort the hcall or zero the
4883 accumulate_time(vcpu, &vcpu->arch.hcall);
5884 * List of hcall numbers to enable by default.
5886 * all hcalls that were implemented before the hcall-enabling
5919 unsigned int hcall;
5922 hcall = default_hcall_list[i];
5923 WARN_ON(!kvmppc_hcall_impl_hv(hcall));
5924 __set_bit(hcall / 4, default_enabled_hcalls);