函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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
注解内核,赢得工具下载SCCTEnglish

函数名称: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

函数原型:static inline void invalidate_tss_limit(void)

返回类型:void

参数:

329  DEBUG_LOCKS_WARN_ON(preemptible())
331  如果此条件成立可能性小(为编译器优化)(test_thread_flag(uses I/O bitmap ))则force_reload_TR()
333  否则抢占保护下的写CPU(__tss_limit_invalid, true)