Lines Matching refs:vector
465 int vector; \
467 vector = __asm_safe_out2(fep, insn, "=a"(a), "=d"(d), "c"(index));\
469 if (vector) \
473 vector; \
517 int vector = rdpmc_safe(index, &val); in rdpmc() local
519 assert_msg(!vector, "Unexpected %s on RDPMC(%" PRId32 ")", in rdpmc()
520 exception_mnemonic(vector), index); in rdpmc()
541 int vector = write_cr0_safe(val); in write_cr0() local
543 assert_msg(!vector, "Unexpected fault '%d' writing CR0 = %lx", in write_cr0()
544 vector, val); in write_cr0()
573 int vector = write_cr3_safe(val); in write_cr3() local
575 assert_msg(!vector, "Unexpected fault '%d' writing CR3 = %lx", in write_cr3()
576 vector, val); in write_cr3()
598 int vector = write_cr4_safe(val); in write_cr4() local
600 assert_msg(!vector, "Unexpected fault '%d' writing CR4 = %lx", in write_cr4()
601 vector, val); in write_cr4()