do_trace_write_msr   74 arch/x86/include/asm/msr.h extern void do_trace_write_msr(unsigned int msr, u64 val, int failed);
do_trace_write_msr  165 arch/x86/include/asm/msr.h 		do_trace_write_msr(msr, ((u64)high << 32 | low), 0);
do_trace_write_msr  185 arch/x86/include/asm/msr.h 		do_trace_write_msr(msr, ((u64)high << 32 | low), err);
do_trace_write_msr  121 arch/x86/lib/msr.c EXPORT_SYMBOL(do_trace_write_msr);