Home
last modified time | relevance | path

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

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