Function report |
Source Code:arch\x86\kernel\cpu\amd.c |
Create Date:2022-07-28 07:58:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:cpu_has_amd_erratum
Proto:static bool cpu_has_amd_erratum(struct cpuinfo_x86 *cpu, const int *erratum)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct cpuinfo_x86 * | cpu | |
const int * | erratum |
1129 | If osvw_id >= 0 && osvw_id < 65536 && cpu_has(cpu, OS Visible Workaround ) Then |
1144 | ms = x86_model << 4 | x86_stepping |
1146 | If CPU family == AMD_MODEL_RANGE_FAMILY(range) && ms >= AMD_MODEL_RANGE_START(range) && ms <= AMD_MODEL_RANGE_END(range) Then Return true |
1151 | Return false |
Name | Describe |
---|---|
early_init_amd | |
init_amd_gh | |
init_amd |
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 |