Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\nmi_selftest.c Create Date:2022-07-28 08:44:01
Last Modify:2020-03-16 21:34:46 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:local_ipi

Proto:static void __init local_ipi(void)

Type:void

Parameter:Nothing

103  pumask_clear - clear all cpus (< nr_cpu_ids) in a cpumask*@dstp: the cpumask pointer
104  pumask_set_cpu - set a cpu in a cpumask*@cpu: cpu number (< nr_cpu_ids)*@dstp: the cpumask pointer
105  test_nmi_ipi(_cpumask - convert an NR_CPUS bitmap to a struct cpumask **@bitmap: the bitmap* There are a few places where cpumask_var_t isn't appropriate and* static cpumasks must be used (eg. very early boot), yet we don't* expose the definition of 'struct cpumask'.(check to see if NMI IPIs work on this machine ))