函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\mtrr\mtrr.c Create Date:2022-07-27 09:05:19
Last Modify:2022-05-18 17:35:08 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:set_mtrr

函数原型:static void set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type)

返回类型:void

参数:

类型参数名称
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)
调用者
名称描述
mtrr_restore
mtrr_aps_initDelayed MTRR initialization for all AP's