Searched refs:rdmsr_safe (Results 1 – 3 of 3) sorted by relevance
109 unsigned char vector = rdmsr_safe(msr, &ignored); in test_rdmsr_fault()
382 vector = rdmsr_safe(msr, &val); in __test_msr_intercept()428 (void)rdmsr_safe(msr, &val); in __test_msr_intercept()510 (void)rdmsr_safe(msr, &test->scratch); in msr_intercept_finished()
632 static inline int rdmsr_safe(u32 index, uint64_t *val) in rdmsr_safe() function