Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\special_insns.h Create Date:2022-07-28 05:35:01
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:wbinvd

Proto:static inline void wbinvd(void)

Type:void

Parameter:Nothing

184  native_wbinvd()
Caller
NameDescribe
init_amd_k6
prepare_setSince 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.
amd_set_mtrramd_set_mtrr - Set variable MTRR register on the local CPU.*@reg The register to set.*@base The base address of the region.*@size The size of the region. If this is 0 the region is disabled.*@type The type of the region.* Returns nothing.
prepare_set
post_set
gart_iommu_init