Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:rdrand_cmdline

Proto:static int __init rdrand_cmdline(char *str)

Type:int

Parameter:

TypeParameterName
char *str
813  If Not str Then Return -EINVAL
816  If Not strcmp(str, "force") Then rdrand_force = true
818  Else Return -EINVAL
821  Return 0