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_swab64

Proto:static inline __attribute_const__ __u64 __arch_swab64(__u64 val)

Type:__u64

Parameter:

TypeParameterName
__u64val
31  asm("bswapq %0":"=r"(val):"0"(val))
32  Return val
Caller
NameDescribe
__fswab64