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

Name:set_mtrr

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

Type:void

Parameter:

TypeParameterName
unsigned intreg
unsigned longbase
unsigned longsize
mtrr_typetype
232  struct set_mtrr_data data = {smp_reg = reg, smp_base = base, smp_size = size, smp_type = type}
238  stop_machine(mtrr_rendezvous_handler - Work done in the synchronization handler. Executed* by all the CPUs.*@info: pointer to mtrr configuration data* Returns nothing., & data, cpu_online_mask)
Caller
NameDescribe
mtrr_restore
mtrr_aps_initDelayed MTRR initialization for all AP's