Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\iomem.c Create Date:2022-07-28 13:50:21
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:arch_memremap_wb

Proto:static void *arch_memremap_wb(resource_size_t offset, unsigned long size)

Type:void

Parameter:

TypeParameterName
resource_size_toffset
unsigned longsize
18  Return ioremap_cache(offset, size)
Caller
NameDescribe
memremapmemremap() - remap an iomem_resource as cacheable memory*@offset: iomem resource start address*@size: size of remap*@flags: any of MEMREMAP_WB, MEMREMAP_WT, MEMREMAP_WC,* MEMREMAP_ENC, MEMREMAP_DEC* memremap() is "ioremap" for cases where it is known that