Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__arch_swab32

Proto:static inline __attribute_const__ __u32 __arch_swab32(__u32 val)

Type:__u32

Parameter:

TypeParameterName
__u32val
10  asm("bswapl %0":"=r"(val):"0"(val))
11  Return val
Caller
NameDescribe
__fswab32