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

/linux-4.4.14/arch/x86/boot/
H A Dcpu.c41 const unsigned char *msg_strs = (const unsigned char *)x86_cap_strs; show_cap_strs() local
45 if (msg_strs[0] < i || show_cap_strs()
46 (msg_strs[0] == i && msg_strs[1] < j)) { show_cap_strs()
48 msg_strs += 2; show_cap_strs()
49 while (*msg_strs++) show_cap_strs()
53 if (msg_strs[0] == i && show_cap_strs()
54 msg_strs[1] == j && show_cap_strs()
55 msg_strs[2]) show_cap_strs()
56 printf("%s ", msg_strs+2); show_cap_strs()

Completed in 47 milliseconds