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 one page in the user mapping

Proto:static inline void __native_flush_tlb_one_user(unsigned long addr)

Type:void

Parameter:

TypeParameterName
unsigned longaddr
456  loaded_mm_asid = Operations with implied preemption/interrupt protection. These* operations can be used without worrying about preemption or interrupt.(loaded_mm_asid)
458  asm volatile
460  If Not static_cpu_has(Kernel Page Table Isolation enabled ) Then Return
467  If Not this_cpu_has(Effectively INVPCID && CR4.PCIDE=1 ) Then Given an ASID, flush the corresponding user ASID. We can delay this* until the next time we switch to it.* See SWITCH_TO_USER_CR3.
469  Else Flush all mappings for a given pcid and addr, not including globals.
Caller
NameDescribe
native_flush_tlb_one_user