Lines Matching refs:vector
3235 u8 vector; member
3255 report(regs->vector == svm_exception_test_vector, in svm_exception_handler()
3261 static void handle_exception_in_l2(u8 vector) in handle_exception_in_l2() argument
3263 handler old_handler = handle_exception(vector, svm_exception_handler); in handle_exception_in_l2()
3264 svm_exception_test_vector = vector; in handle_exception_in_l2()
3267 "%s handled by L2", exception_mnemonic(vector)); in handle_exception_in_l2()
3269 handle_exception(vector, old_handler); in handle_exception_in_l2()
3272 static void handle_exception_in_l1(u32 vector) in handle_exception_in_l1() argument
3276 vmcb->control.intercept_exceptions |= (1ULL << vector); in handle_exception_in_l1()
3278 report(svm_vmrun() == (SVM_EXIT_EXCP_BASE + vector), in handle_exception_in_l1()
3279 "%s handled by L1", exception_mnemonic(vector)); in handle_exception_in_l1()
3293 handle_exception_in_l2(t->vector); in svm_exception_test()
3296 handle_exception_in_l1(t->vector); in svm_exception_test()