intercept_exceptions 62 arch/x86/include/asm/svm.h u32 intercept_exceptions; intercept_exceptions 171 arch/x86/kvm/svm.c u32 intercept_exceptions; intercept_exceptions 517 arch/x86/kvm/svm.c c->intercept_exceptions = h->intercept_exceptions | g->intercept_exceptions; intercept_exceptions 591 arch/x86/kvm/svm.c vmcb->control.intercept_exceptions |= (1U << bit); intercept_exceptions 600 arch/x86/kvm/svm.c vmcb->control.intercept_exceptions &= ~(1U << bit); intercept_exceptions 3280 arch/x86/kvm/svm.c if (svm->nested.intercept_exceptions & excp_bits) { intercept_exceptions 3325 arch/x86/kvm/svm.c dst->intercept_exceptions = from->intercept_exceptions; intercept_exceptions 3593 arch/x86/kvm/svm.c svm->nested.intercept_exceptions = nested_vmcb->control.intercept_exceptions; intercept_exceptions 3686 arch/x86/kvm/svm.c nested_vmcb->control.intercept_exceptions, intercept_exceptions 4868 arch/x86/kvm/svm.c pr_err("%-20s%08x\n", "exceptions:", control->intercept_exceptions);