函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\mtrr\cyrix.c Create Date:2022-07-27 09:07:12
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:cyrix_set_all

函数原型:static void cyrix_set_all(void)

返回类型:void

参数:

254  Since we are disabling the cache don't allow any interrupts,* they would run extremely slow and would only increase the pain.* The caller must ensure that local interrupts are disabled and* are reenabled after post_set() has been called.
257 i小于4循环setCx86(CX86_CCR0 + i, ccr_state[i])
259 i小于7循环setCx86(CX86_CCR4 + i, ccr_state[i])
262 i小于8循环
263  cyrix_set_arr(i, base, size, type)
267  post_set()