函数逻辑报告 |
Source Code:arch\x86\include\asm\desc.h |
Create Date:2022-07-27 06:49:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:force_reload_TR
函数原型:static inline void force_reload_TR(void)
返回类型:void
参数:无
299 | write_gdt_entry(d, GDT_ENTRY_TSS, & tss, DESC_TSS) |
301 | load_TR_desc() |
302 | 抢占保护下的写CPU(__tss_limit_invalid, false) |
名称 | 描述 |
---|---|
doublefault_shim | Called by double_fault with CR0.TS and EFLAGS.NT cleared. The CPU thinks* we're running the doublefault task. Cannot return. |
refresh_tss_limit | Call this if you need the TSS limit to be correct, which should be the case* if and only if you have TIF_IO_BITMAP set or you're switching to a task* with TIF_IO_BITMAP set. |
invalidate_tss_limit | If you do something evil that corrupts the cached TSS limit (I'm looking* at you, VMX exits), call this function.* The optimization here is that the TSS limit only matters for Linux if the* IO bitmap is in use |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |