Lines Matching defs:fast
175 * updated here, and atomically queried on fast paths.
1816 bool fast;
1823 * number of already consumed 'XMM halves' for 'fast' hypercalls.
1843 if (hc->fast) {
1987 if (!hc->fast && is_guest_mode(vcpu)) {
1995 if (hc->fast) {
2024 if (hc->fast) {
2064 if (hc->fast)
2179 if (!hc->fast) {
2197 if (!hc->fast) {
2224 if (!hc->fast)
2359 if (unlikely(!hc->fast)) {
2502 hc.fast = !!(hc.param & HV_HYPERCALL_FAST_BIT);
2507 trace_kvm_hv_hypercall(hc.code, hc.fast, hc.var_cnt, hc.rep_cnt,
2520 if (hc.fast && is_xmm_fast_hypercall(&hc)) {
2596 if (unlikely(hc.fast)) {
2616 if (unlikely(hc.fast)) {