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:26:35
Last Modify:2020-03-16 21:21:31 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:native_apic_icr_read

Proto:u64 native_apic_icr_read(void)

Type:u64

Parameter:Nothing

284  icr2 = apic_read(APIC_ICR2)
285  icr1 = apic_read(APIC_ICR)
287  Return icr1 | icr2 << 32