Home
last modified time | relevance | path

Searched refs:rdmsr_safe (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/x86/
H A Dmsr.c109 unsigned char vector = rdmsr_safe(msr, &ignored); in test_rdmsr_fault()
/kvm-unit-tests/lib/x86/
H A Dprocessor.h489 static inline int rdmsr_safe(u32 index, uint64_t *val) in rdmsr_safe() function