Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:cmp_range

Proto:static int cmp_range(const void *x1, const void *x2)

Type:int

Parameter:

TypeParameterName
const void *x1
const void *x2
37  r1 = x1
38  r2 = x2
41  start1 = start >> 32
42  start2 = start >> 32
44  Return start1 - start2