Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Unconditional execution of RDRAND and RDSEED

Proto:static inline bool rdrand_long(unsigned long *v)

Type:bool

Parameter:

TypeParameterName
unsigned long *v
33  retry = RDRAND_RETRY_LOOPS
34  Do
35  asm volatile
38  If ok Then Return true
40  When --retry cycle
41  Return false
Caller
NameDescribe
kaslr_get_random_long