search for: c_ident

Displaying 4 results from an estimated 4 matches for "c_ident".

Did you mean: e_ident
2019 May 15
1
[PATCH] Add support for Hygon Dhyana processor
...NDOR_NUM 11 #define cpu_has(c, bit) test_bit(bit, (c)->x86_capability) diff --git a/com32/gpllib/cpuid.c b/com32/gpllib/cpuid.c index 2abd0bda..0681dbce 100644 --- a/com32/gpllib/cpuid.c +++ b/com32/gpllib/cpuid.c @@ -60,6 +60,11 @@ static struct cpu_dev amd_cpu_dev = { .c_ident = {"AuthenticAMD"} }; +static struct cpu_dev hygon_cpu_dev = { + .c_vendor = "Hygon", + .c_ident = {"HygonGenuine"} +}; + static struct cpu_dev intel_cpu_dev = { .c_vendor = "Intel", .c_ident = {"GenuineIntel"} @@ -149,6 +154,7 @...
2020 Sep 16
0
[RFC PATCH] x86_64: Add support for Hygon Dhyana processor
...NDOR_NUM 11 #define cpu_has(c, bit) test_bit(bit, (c)->x86_capability) diff --git a/com32/gpllib/cpuid.c b/com32/gpllib/cpuid.c index 2abd0bda..0681dbce 100644 --- a/com32/gpllib/cpuid.c +++ b/com32/gpllib/cpuid.c @@ -60,6 +60,11 @@ static struct cpu_dev amd_cpu_dev = { .c_ident = {"AuthenticAMD"} }; +static struct cpu_dev hygon_cpu_dev = { + .c_vendor = "Hygon", + .c_ident = {"HygonGenuine"} +}; + static struct cpu_dev intel_cpu_dev = { .c_vendor = "Intel", .c_ident = {"GenuineIntel"} @@ -149,6 +154,7 @...
2011 Apr 02
2
[patch] ~420 seconds in cpu_detect
...e DMI: ERROR ! Table not found ! DMI: Many hardware components will not be detected ! 55 mS in detect_dmi CPU: Detecting 0 mS in get_cpu_vendor 0 mS in "intel cpu level check" 0 mS in "amd cpu check" 0 mS in "core check" 0 mS in detect_cache 0 mS in generic_identify sizeof(cpu->vendor): 48 sizeof(cpu->model): 48 0 mS in "family-vendor-model-stepping" 416445 mS in "family-vendor strings" 416445 mS in "cores-cachesizes" 416445 mS in set_generic_info 416445 mS in set_cpu_flags 416500 mS in cpu_detect DISKS: Detec...
2011 Apr 02
2
[patch] ~420 seconds in cpu_detect
...e DMI: ERROR ! Table not found ! DMI: Many hardware components will not be detected ! 55 mS in detect_dmi CPU: Detecting 0 mS in get_cpu_vendor 0 mS in "intel cpu level check" 0 mS in "amd cpu check" 0 mS in "core check" 0 mS in detect_cache 0 mS in generic_identify sizeof(cpu->vendor): 48 sizeof(cpu->model): 48 0 mS in "family-vendor-model-stepping" 416445 mS in "family-vendor strings" 416445 mS in "cores-cachesizes" 416445 mS in set_generic_info 416445 mS in set_cpu_flags 416500 mS in cpu_detect DISKS: Detec...