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_memwb

Proto:static void set_cx86_memwb(void)

Type:void

Parameter:Nothing

135  pr_info("Enable Memory-Write-back mode on Cyrix/NSC processor.\n")
138  setCx86(CX86_CCR2, 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) & ~0x04)
140  write_cr0(read_cr0() | X86_CR0_NW)
142  setCx86(CX86_CCR2, 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) | 0x14)
Caller
NameDescribe
geode_configureConfigure later MediaGX and/or Geode processor.