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:50
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__x2apic_send_IPI_mask

Proto:static void __x2apic_send_IPI_mask(const struct cpumask *mask, int vector, int apic_dest)

Type:void

Parameter:

TypeParameterName
const struct cpumask *mask
intvector
intapic_dest
51  x2apic_wrmsr_fence()
53  local_irq_save(flags)
55  this_cpu = smp_processor_id()
57  If apic_dest == APIC_DEST_ALLBUT && this_cpu == query_cpu Then Continue
59  __x2apic_send_IPI_dest(per_cpu(Map cpu index to physical APIC ID, query_cpu), vector, APIC_DEST_PHYSICAL)
62  local_irq_restore(flags)
Caller
NameDescribe
x2apic_send_IPI_mask
x2apic_send_IPI_mask_allbutself