Searched refs:strcmp_cpuid_str (Results 1 – 3 of 3) sorted by relevance
12 if (strcmp_cpuid_str("0x410fd0c0", "0x00000000410fd0c0")) in test__cpuid_match()15 if (strcmp_cpuid_str("0x410fd0c0", "0x00000000410FD0C0")) in test__cpuid_match()18 if (strcmp_cpuid_str("0x00000000410fd480", "0x00000000410fd480")) in test__cpuid_match()21 if (strcmp_cpuid_str("0x00000000410fd480", "0x00000000410fd481")) in test__cpuid_match()24 if (strcmp_cpuid_str("0x00000000410fd480", "0x00000000411fd480")) in test__cpuid_match()27 if (!strcmp_cpuid_str("0x00000000410fd481", "0x00000000410fd480")) in test__cpuid_match()30 if (!strcmp_cpuid_str("0x00000000411fd480", "0x00000000410fd480")) in test__cpuid_match()33 if (!strcmp_cpuid_str("0x00000000410fd4c0", "0x00000000430f0af0")) in test__cpuid_match()
125 strcmp_cpuid_str { return STRCMP_CPUID_STR; }
416 def strcmp_cpuid_str(cpuid: Event) -> Function: function