Home
last modified time | relevance | path

Searched refs:expected_nive (Results 1 – 1 of 1) sorted by relevance

/external/cpuinfo/src/arm/linux/
Dchipset.c446 const uint32_t expected_nive = UINT32_C(0x20202020) | load_u32le(start + 1); in match_universal() local
447 if (expected_nive != UINT32_C(0x6576696E) /* "evin" = reverse("nive") */ ) { in match_universal()