Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\mtrr\cyrix.c Create Date:2022-07-28 08:07:01
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:cyrix_set_all

Proto:static void cyrix_set_all(void)

Type:void

Parameter:Nothing

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  When i < 4 cycle setCx86(CX86_CCR0 + i, ccr_state[i])
259  When i < 7 cycle setCx86(CX86_CCR4 + i, ccr_state[i])
262  When i < 8 cycle
263  cyrix_set_arr(i, base, size, type)
267  post_set()