Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:pci_map_biosrom

Proto:void __iomem *pci_map_biosrom(struct pci_dev *pdev)

Type:void

Parameter:

TypeParameterName
struct pci_dev *pdev
156  oprom = find_oprom(pdev)
158  If Not oprom Then Return NULL
161  Return remap - map bus memory into CPU space*@offset: bus address of the memory*@size: size of the resource to map* ioremap performs a platform specific sequence of operations to* make bus memory CPU accessible via the readb/readw/readl/writeb/