Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:msr_device_create

Proto:static int msr_device_create(unsigned int cpu)

Type:int

Parameter:

TypeParameterName
unsigned intcpu
191  dev = device_create(msr_class, NULL, MKDEV(MSR_MAJOR, cpu), NULL, "msr%d", cpu)
193  Return PTR_ERR_OR_ZERO(dev)