Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\lib\iomem.c Create Date:2022-07-28 07:26:13
Last Modify:2022-05-18 14:07:00 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:memset_io

Proto:void memset_io(volatile void __iomem *a, int b, size_t c)

Type:void

Parameter:

TypeParameterName
volatile void __iomem *a
intb
size_tc
67  memset((void * )a, b, c)