Function report |
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 activity | Download SCCT | Chinese |
Name:__pkru_allows_write
Proto:static inline bool __pkru_allows_write(u32 pkru, u16 pkey)
Type:bool
Parameter:
| Type | Parameter | Name |
|---|---|---|
| u32 | pkru | |
| u16 | pkey |
| 1392 | pkru_pkey_bits = pkey * PKRU_BITS_PER_PKEY |
| 1397 | Return Not (pkru & (PKRU_AD_BIT | PKRU_WD_BIT) << pkru_pkey_bits ) |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |