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:05
Last Modify:2022-05-18 17:35:08 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:set_mtrr_from_inactive_cpu

Proto:static void set_mtrr_from_inactive_cpu(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type)

Type:void

Parameter:

TypeParameterName
unsigned intreg
unsigned longbase
unsigned longsize
mtrr_typetype
256  struct set_mtrr_data data = {smp_reg = reg, smp_base = base, smp_size = size, smp_type = type}
262  stop_machine_from_inactive_cpu(mtrr_rendezvous_handler - Work done in the synchronization handler. Executed* by all the CPUs.*@info: pointer to mtrr configuration data* Returns nothing., & data, cpu_callout_mask)
Caller
NameDescribe
mtrr_ap_init