Searched refs:__flip_bit (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/lib/
H A Dmsr.c64 static inline int __flip_bit(u32 msr, u8 bit, bool set) function
104 return __flip_bit(msr, bit, true);
119 return __flip_bit(msr, bit, false);

Completed in 117 milliseconds