Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\mtrr\mtrr.c Create Date:2022-07-28 08:05:03
Last Modify:2022-05-18 17:35:08 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:mtrr_rendezvous_handler - Work done in the synchronization handler. Executed* by all the CPUs.*@info: pointer to mtrr configuration data* Returns nothing.

Proto:static int mtrr_rendezvous_handler(void *info)

Type:int

Parameter:

TypeParameterName
void *info
163  data = info
178  If smp_reg != ~0U Then
179  set(smp_reg, smp_base, smp_size, smp_type)
181  Else if mtrr_aps_delayed_init || Not cpu_online(smp_processor_id()) Then
182  set_all()
184  Return 0