HomeSort by: relevance | last modified time | path
    Searched defs:lcall (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/x86/
x86_machdep.c 1551 static const uint8_t lcall[] = { 0x9a, 0, 0, 0, 0 }; local in function:x86_cpu_is_lcall
1553 const size_t sz = sizeof(lcall) + 2;
1554 uint8_t tmp[sizeof(lcall) + 2];
1559 if (memcmp(tmp, lcall, sizeof(lcall)) != 0 || tmp[sz - 1] != 0)
x86_machdep.c 1551 static const uint8_t lcall[] = { 0x9a, 0, 0, 0, 0 }; local in function:x86_cpu_is_lcall
1553 const size_t sz = sizeof(lcall) + 2;
1554 uint8_t tmp[sizeof(lcall) + 2];
1559 if (memcmp(tmp, lcall, sizeof(lcall)) != 0 || tmp[sz - 1] != 0)

Completed in 22 milliseconds