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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dcpu.c39 const unsigned char *msg_strs; local
56 msg_strs = (const unsigned char *)x86_cap_strs;
62 if (msg_strs[0] < i ||
63 (msg_strs[0] == i && msg_strs[1] < j)) {
65 msg_strs += 2;
66 while (*msg_strs++)
70 if (msg_strs[0] == i &&
71 msg_strs[1] == j &&
72 msg_strs[
[all...]

Completed in 28 milliseconds