Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:set_cx86_reorder

Proto:static void set_cx86_reorder(void)

Type:void

Parameter:Nothing

122  pr_info("Enable Memory access reorder on Cyrix/NSC processor.\n")
123  ccr3 = NSC/Cyrix CPU indexed register access. Must be inlined instead of* macros to ensure correct access ordering* Access order is always 0x22 (=offset), 0x23 (=value)
124  setCx86(CX86_CCR3, (ccr3 & 0x0f) | 0x10)
127  setCx86(NSC/Cyrix CPU configuration register indexes, NSC/Cyrix CPU indexed register access. Must be inlined instead of* macros to ensure correct access ordering* Access order is always 0x22 (=offset), 0x23 (=value) & ~0x80)
129  ccr3 |= 0xe0
130  setCx86(CX86_CCR3, ccr3)
Caller
NameDescribe
geode_configureConfigure later MediaGX and/or Geode processor.