Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/boot/
Dcpu.c39 const unsigned char *msg_strs = (const unsigned char *)x86_cap_strs; in show_cap_strs() local
43 if (msg_strs[0] < i || in show_cap_strs()
44 (msg_strs[0] == i && msg_strs[1] < j)) { in show_cap_strs()
46 msg_strs += 2; in show_cap_strs()
47 while (*msg_strs++) in show_cap_strs()
51 if (msg_strs[0] == i && in show_cap_strs()
52 msg_strs[1] == j && in show_cap_strs()
53 msg_strs[2]) in show_cap_strs()
54 printf("%s ", msg_strs+2); in show_cap_strs()