Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\msr.h Create Date:2022-07-28 05:34:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:rdmsr_on_cpu

Proto:static inline int rdmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h)

Type:int

Parameter:

TypeParameterName
unsigned intcpu
u32msr_no
u32 *l
u32 *h
354  Access to machine-specific registers (available on 586 and better only)* Note: the rd* operations modify the parameters directly (without using* pointer indirection), this allows gcc to optimize better(msr_no, * l, * h)
355  Return 0
Caller
NameDescribe
show_error_count
rdmsr_on_cpus