函数逻辑报告 |
Source Code:arch\x86\include\asm\pgtable.h |
Create Date:2022-07-27 06:58:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Mask out unsupported bits in a present pgprot. Non-present pgprots* can use those bits for other purposes, so leave them be.
函数原型:static inline pgprotval_t massage_pgprot(pgprot_t pgprot)
返回类型:pgprotval_t
参数:
类型 | 参数 | 名称 |
---|---|---|
pgprot_t | pgprot |
540 | protval等于pgprot_val(pgprot) |
542 | 如果protval按位与_PAGE_PRESENT则protval与等于__supported_pte_mask |
545 | 返回:protval |
名称 | 描述 |
---|---|
check_pgprot |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |