Function report |
Source Code:arch\x86\kernel\cpu\cpuid-deps.c |
Create Date:2022-07-28 07:56:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_clear_cpu_cap
Proto:static void do_clear_cpu_cap(struct cpuinfo_x86 *c, unsigned int feature)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct cpuinfo_x86 * | c | |
unsigned int | feature |
99 | If WARN_ON(feature >= Take the capabilities and the BUG bits into account ) Then Return |
102 | clear_feature(c, feature) |
109 | Do |
110 | changed = false |
112 | If Not st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting from Then Continue |
117 | changed = true |
118 | clear_feature(c, feature) |
Name | Describe |
---|---|
clear_cpu_cap | |
setup_clear_cpu_cap |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |