Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:lush everything

Proto:static inline void __native_flush_tlb_global(void)

Type:void

Parameter:Nothing

424  If static_cpu_has(Invalidate Processor Context ID ) Then
431  Flush all mappings, including globals, for all PCIDs.
432  Return
440  raw_local_irq_save(flags)
442  cr4 = Operations with implied preemption/interrupt protection. These* operations can be used without worrying about preemption or interrupt.(cr4)
444  native_write_cr4(cr4 ^ X86_CR4_PGE)
446  native_write_cr4(cr4)
448  raw_local_irq_restore(flags)
Caller
NameDescribe
native_flush_tlb_globalGlobal pages have to be flushed a bit differently. Not a real* performance problem because this does not happen often.