函数逻辑报告 |
Source Code:arch\x86\include\asm\tlbflush.h |
Create Date:2022-07-27 06:54:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:build_cr3
函数原型:static inline unsigned long build_cr3(pgd_t *pgd, u16 asid)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
pgd_t * | pgd | |
u16 | asid |
124 | 返回:__sme_pa(pgd)按位或Given @asid, compute kPCID |
125 | 否则 |
126 | VM_WARN_ON_ONCE(asid != 0) |
名称 | 描述 |
---|---|
__get_current_cr3_fast | This can be used from process context to figure out what the value of* CR3 is without needing to do a (slow) __read_cr3().* It's intended to be used for code like KVM that sneakily changes CR3* and needs to restore it. It needs to be used very carefully. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |