Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:x2apic_send_IPI

Proto:static void x2apic_send_IPI(int cpu, int vector)

Type:void

Parameter:

TypeParameterName
intcpu
intvector
38  dest = per_cpu(Map cpu index to physical APIC ID, cpu)
40  x2apic_wrmsr_fence()
41  __x2apic_send_IPI_dest(dest, vector, APIC_DEST_PHYSICAL)