Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:default_send_IPI_mask_allbutself_logical

Proto:void default_send_IPI_mask_allbutself_logical(const struct cpumask *mask, int vector)

Type:void

Parameter:

TypeParameterName
const struct cpumask *mask
intvector
271  this_cpu = smp_processor_id()
275  local_irq_save(flags)
277  If query_cpu == this_cpu Then Continue
279  This is used to send an IPI with no shorthand notation (the destination is* specified in bits 56 to 63 of the ICR).
283  local_irq_restore(flags)