Lines Matching refs:intercepts
142 c->intercepts[i] = h->intercepts[i]; in recalc_intercepts()
168 c->intercepts[i] |= g->intercepts[i]; in recalc_intercepts()
347 to->intercepts[i] = from->intercepts[i]; in __nested_copy_vmcb_control_to_cache()
435 !test_bit(INTERCEPT_VINTR, (unsigned long *)svm->nested.ctl.intercepts)) in nested_sync_control_from_vmcb02()
805 trace_kvm_nested_intercepts(vmcb12->control.intercepts[INTERCEPT_CR] & 0xffff, in enter_svm_guest_mode()
806 vmcb12->control.intercepts[INTERCEPT_CR] >> 16, in enter_svm_guest_mode()
807 vmcb12->control.intercepts[INTERCEPT_EXCEPTION], in enter_svm_guest_mode()
808 vmcb12->control.intercepts[INTERCEPT_WORD3], in enter_svm_guest_mode()
809 vmcb12->control.intercepts[INTERCEPT_WORD4], in enter_svm_guest_mode()
810 vmcb12->control.intercepts[INTERCEPT_WORD5]); in enter_svm_guest_mode()
1381 return (svm->nested.ctl.intercepts[INTERCEPT_EXCEPTION] & BIT(vector)); in nested_svm_is_exception_vmexit()
1513 if (svm->vmcb01.ptr->control.intercepts[INTERCEPT_EXCEPTION] & in nested_svm_exit_special()
1555 dst->intercepts[i] = from->intercepts[i]; in nested_copy_vmcb_cache_to_control()