Searched refs:msg_strs (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/boot/
H A Dcpu.c36 const unsigned char *msg_strs = (const unsigned char *)x86_cap_strs; local
40 if (msg_strs[0] < i ||
41 (msg_strs[0] == i && msg_strs[1] < j)) {
43 msg_strs += 2;
44 while (*msg_strs++)
48 if (msg_strs[0] == i &&
49 msg_strs[1] == j &&
50 msg_strs[2])
51 printf("%s ", msg_strs
[all...]

Completed in 108 milliseconds