函数逻辑报告 |
Source Code:arch\x86\include\asm\tlbflush.h |
Create Date:2022-07-27 06:54:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Given an ASID, flush the corresponding user ASID. We can delay this* until the next time we switch to it.* See SWITCH_TO_USER_CR3.
函数原型:static inline void invalidate_user_asid(u16 asid)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
u16 | asid |
382 | 如果非IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_PAGE_TABLE_ISOLATION)则返回 |
389 | 如果非This macro is for detection of features which need kernel* infrastructure to be used(Process Context Identifiers )则返回 |
392 | 如果非static_cpu_has(Kernel Page Table Isolation enabled )则返回 |
名称 | 描述 |
---|---|
__native_flush_tlb | lush the entire current user mapping |
__native_flush_tlb_one_user | lush one page in the user mapping |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |