Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\apic\apic.c Create Date:2022-07-28 08:27:30
Last Modify:2020-03-16 21:21:31 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:lapic_insert_resource

Proto:static int __init lapic_insert_resource(void)

Type:int

Parameter:Nothing

2870  If Not apic_phys Then Return -1
2874  start = apic_phys
2875  end = start + PAGE_SIZE - 1
2876  insert_resource( & iomem_resource, & lapic_resource)
2878  Return 0