Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\mtrr\generic.c Create Date:2022-07-28 08:06:08
Last Modify:2022-05-18 17:45:43 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:PAT setup for BP. We need to go through sync steps here

Proto:void __init mtrr_bp_pat_init(void)

Type:void

Parameter:Nothing

453  local_irq_save(flags)
454  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.
456  pat_init()
458  post_set()
459  local_irq_restore(flags)