Searched refs:imp_regex (Results 1 – 1 of 1) sorted by relevance
103 regex_t imp_regex; in midr_from_proc_cpuinfo() local109 memset(&imp_regex, 0, sizeof(regex_t)); in midr_from_proc_cpuinfo()117 ret_status |= regcomp(&imp_regex, R"(^CPU implementer.*0x(..)$)", REG_EXTENDED); in midr_from_proc_cpuinfo()161 ret_status = regexec(&imp_regex, line.c_str(), 2, match.data(), 0); in midr_from_proc_cpuinfo()215 regfree(&imp_regex); in midr_from_proc_cpuinfo()