Lines Matching full:intercepts
142 c->intercepts[i] = h->intercepts[i]; in recalc_intercepts()
168 c->intercepts[i] |= g->intercepts[i]; in recalc_intercepts()
414 to->intercepts[i] = from->intercepts[i]; in __nested_copy_vmcb_control_to_cache()
502 !test_bit(INTERCEPT_VINTR, (unsigned long *)svm->nested.ctl.intercepts)) in nested_sync_control_from_vmcb02()
865 * Merge guest and host intercepts - must be called with vcpu in in nested_vmcb02_prepare_control()
899 trace_kvm_nested_intercepts(vmcb12->control.intercepts[INTERCEPT_CR] & 0xffff, in enter_svm_guest_mode()
900 vmcb12->control.intercepts[INTERCEPT_CR] >> 16, in enter_svm_guest_mode()
901 vmcb12->control.intercepts[INTERCEPT_EXCEPTION], in enter_svm_guest_mode()
902 vmcb12->control.intercepts[INTERCEPT_WORD3], in enter_svm_guest_mode()
903 vmcb12->control.intercepts[INTERCEPT_WORD4], in enter_svm_guest_mode()
904 vmcb12->control.intercepts[INTERCEPT_WORD5]); in enter_svm_guest_mode()
1483 return (svm->nested.ctl.intercepts[INTERCEPT_EXCEPTION] & BIT(vector)); in nested_svm_is_exception_vmexit()
1499 * EXITINFO2 is undefined for all exception intercepts other in nested_svm_inject_exception_vmexit()
1615 if (svm->vmcb01.ptr->control.intercepts[INTERCEPT_EXCEPTION] & in nested_svm_exit_special()
1657 dst->intercepts[i] = from->intercepts[i]; in nested_copy_vmcb_cache_to_control()