native_write_msr   12 arch/x86/include/asm/microcode.h 	native_write_msr(msr, low, high)
native_write_msr   15 arch/x86/include/asm/microcode.h 	native_write_msr((msr),				\
native_write_msr  149 arch/x86/include/asm/msr.h 	native_write_msr(msr, low, high);
native_write_msr  156 arch/x86/include/asm/msr.h 	native_write_msr((msr), (u32)((u64)(val)), (u32)((u64)(val) >> 32))