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:16
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:build_cr3

Proto:static inline unsigned long build_cr3(pgd_t *pgd, u16 asid)

Type:unsigned long

Parameter:

TypeParameterName
pgd_t *pgd
u16asid
123  If static_cpu_has(Process Context Identifiers ) Then
124  Return __sme_pa(pgd) | Given @asid, compute kPCID
125  Else
126  VM_WARN_ON_ONCE(asid != 0)
127  Return __sme_pa(pgd)