Lines Matching refs:intercepts
130 c->intercepts[i] = h->intercepts[i]; in recalc_intercepts()
149 c->intercepts[i] |= g->intercepts[i]; in recalc_intercepts()
161 dst->intercepts[i] = from->intercepts[i]; in copy_vmcb_control_area()
539 trace_kvm_nested_intercepts(vmcb12->control.intercepts[INTERCEPT_CR] & 0xffff, in nested_svm_vmrun()
540 vmcb12->control.intercepts[INTERCEPT_CR] >> 16, in nested_svm_vmrun()
541 vmcb12->control.intercepts[INTERCEPT_EXCEPTION], in nested_svm_vmrun()
542 vmcb12->control.intercepts[INTERCEPT_WORD3], in nested_svm_vmrun()
543 vmcb12->control.intercepts[INTERCEPT_WORD4], in nested_svm_vmrun()
544 vmcb12->control.intercepts[INTERCEPT_WORD5]); in nested_svm_vmrun()
929 return (svm->nested.ctl.intercepts[INTERCEPT_EXCEPTION] & BIT(nr)); in nested_exit_on_exception()
1078 if (get_host_vmcb(svm)->control.intercepts[INTERCEPT_EXCEPTION] & in nested_svm_exit_special()