Lines Matching refs:intercepts
138 c->intercepts[i] = h->intercepts[i]; in recalc_intercepts()
164 c->intercepts[i] |= g->intercepts[i]; in recalc_intercepts()
337 to->intercepts[i] = from->intercepts[i]; in __nested_copy_vmcb_control_to_cache()
423 !test_bit(INTERCEPT_VINTR, (unsigned long *)svm->nested.ctl.intercepts)) in nested_sync_control_from_vmcb02()
799 trace_kvm_nested_intercepts(vmcb12->control.intercepts[INTERCEPT_CR] & 0xffff, in enter_svm_guest_mode()
800 vmcb12->control.intercepts[INTERCEPT_CR] >> 16, in enter_svm_guest_mode()
801 vmcb12->control.intercepts[INTERCEPT_EXCEPTION], in enter_svm_guest_mode()
802 vmcb12->control.intercepts[INTERCEPT_WORD3], in enter_svm_guest_mode()
803 vmcb12->control.intercepts[INTERCEPT_WORD4], in enter_svm_guest_mode()
804 vmcb12->control.intercepts[INTERCEPT_WORD5]); in enter_svm_guest_mode()
1375 return (svm->nested.ctl.intercepts[INTERCEPT_EXCEPTION] & BIT(vector)); in nested_svm_is_exception_vmexit()
1507 if (svm->vmcb01.ptr->control.intercepts[INTERCEPT_EXCEPTION] & in nested_svm_exit_special()
1549 dst->intercepts[i] = from->intercepts[i]; in nested_copy_vmcb_cache_to_control()