Home
last modified time | relevance | path

Searched defs:wrmsr_safe (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/x86/include/asm/
Dmsr.h266 static inline int wrmsr_safe(unsigned int msr, u32 low, u32 high) in wrmsr_safe() function
Dparavirt.h230 #define wrmsr_safe(msr, a, b) paravirt_write_msr_safe(msr, a, b) macro
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h836 static inline uint8_t wrmsr_safe(uint32_t msr, uint64_t val) in wrmsr_safe() function