Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__pkru_allows_write

Proto:static inline bool __pkru_allows_write(u32 pkru, u16 pkey)

Type:bool

Parameter:

TypeParameterName
u32pkru
u16pkey
1392  pkru_pkey_bits = pkey * PKRU_BITS_PER_PKEY
1397  Return Not (pkru & (PKRU_AD_BIT | PKRU_WD_BIT) << pkru_pkey_bits )