Lines Matching refs:intercepts
138 c->intercepts[i] = h->intercepts[i];
164 c->intercepts[i] |= g->intercepts[i];
337 to->intercepts[i] = from->intercepts[i];
423 !test_bit(INTERCEPT_VINTR, (unsigned long *)svm->nested.ctl.intercepts))
765 * Merge guest and host intercepts - must be called with vcpu in
799 trace_kvm_nested_intercepts(vmcb12->control.intercepts[INTERCEPT_CR] & 0xffff,
800 vmcb12->control.intercepts[INTERCEPT_CR] >> 16,
801 vmcb12->control.intercepts[INTERCEPT_EXCEPTION],
802 vmcb12->control.intercepts[INTERCEPT_WORD3],
803 vmcb12->control.intercepts[INTERCEPT_WORD4],
804 vmcb12->control.intercepts[INTERCEPT_WORD5]);
1375 return (svm->nested.ctl.intercepts[INTERCEPT_EXCEPTION] & BIT(vector));
1391 * EXITINFO2 is undefined for all exception intercepts other
1507 if (svm->vmcb01.ptr->control.intercepts[INTERCEPT_EXCEPTION] &
1549 dst->intercepts[i] = from->intercepts[i];