Function report |
Source Code:arch\x86\include\asm\msr.h |
Create Date:2022-07-28 05:34:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Can be uninlined because referenced by paravirt
Proto:static inline void notrace native_write_msr(unsigned int msr, u32 low, u32 high)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | msr | |
u32 | low | |
u32 | high |
164 | If msr_tracepoint_active(__tracepoint_write_msr) Then do_trace_write_msr(msr, ((u64)high << 32 | low), 0) |
Name | Describe |
---|---|
kvm_crash_shutdown | After the clock is registered, the host will keep writing to the* registered memory location. If the guest happens to shutdown, this memory* won't be valid. In cases like kexec, in which you install a new kernel, this |
kvm_shutdown | |
wrmsr | |
wrmsrl |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |