Lines Matching refs:fast
120 * updated here, and atomically queried on fast paths.
1607 bool ex, bool fast)
1622 if (!fast) {
1713 static u16 kvm_hvcall_signal_event(struct kvm_vcpu *vcpu, bool fast, u64 param)
1717 if (unlikely(!fast)) {
1756 bool fast, rep;
1784 fast = !!(param & HV_HYPERCALL_FAST_BIT);
1789 trace_kvm_hv_hypercall(code, fast, rep_cnt, rep_idx, ingpa, outgpa);
1804 ret = kvm_hvcall_signal_event(vcpu, fast, ingpa);
1823 if (unlikely(fast || !rep_cnt || rep_idx)) {
1830 if (unlikely(fast || rep)) {
1837 if (unlikely(fast || !rep_cnt || rep_idx)) {
1844 if (unlikely(fast || rep)) {
1855 ret = kvm_hv_send_ipi(vcpu, ingpa, outgpa, false, fast);
1858 if (unlikely(fast || rep)) {
1866 if (unlikely(fast)) {