Lines Matching refs:vector
90 unsigned char vector = wrmsr_safe(msr, val); in test_wrmsr() local
92 report(!vector, in test_wrmsr()
94 name, val, vector); in test_wrmsr()
99 unsigned char vector = wrmsr_safe(msr, val); in test_wrmsr_fault() local
101 report(vector == GP_VECTOR, in test_wrmsr_fault()
103 name, val, vector); in test_wrmsr_fault()
109 unsigned char vector = rdmsr_safe(msr, &ignored); in test_rdmsr_fault() local
111 report(vector == GP_VECTOR, in test_rdmsr_fault()
112 "Expected #GP on RDMSR(%s), got vector %d", name, vector); in test_rdmsr_fault()
118 unsigned char vector = wrmsr_fep_safe(msr, val); in test_wrmsr_fep_fault() local
120 report(vector == GP_VECTOR, in test_wrmsr_fep_fault()
122 name, val, vector); in test_wrmsr_fep_fault()