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_write

Proto:void native_apic_icr_write(unsigned int low, unsigned int id)

Type:void

Parameter:

TypeParameterName
unsigned intlow
unsigned intid
274  local_irq_save(flags)
275  apic_write(APIC_ICR2, SET_APIC_DEST_FIELD(id))
276  apic_write(APIC_ICR, low)
277  local_irq_restore(flags)