search for: pclmulqd

Displaying 2 results from an estimated 2 matches for "pclmulqd".

Did you mean: pclmulqdq
2015 Feb 10
0
[PATCH 4/6] hdt: fix sizeof(char *) misuse
...false); - show_flag(buffer, hardware->cpu.flags.gbpages, "gbpages ", false); - show_flag(buffer, hardware->cpu.flags.rdtscp, "rdtscp ", false); - show_flag(buffer, hardware->cpu.flags.pni, "pni ", false); - show_flag(buffer, hardware->cpu.flags.pclmulqd, "pclmulqd ", false); - show_flag(buffer, hardware->cpu.flags.dtes64, "dtes64 ", false); - show_flag(buffer, hardware->cpu.flags.smx, "smx ", false); - show_flag(buffer, hardware->cpu.flags.est, "est ", false); - show_flag(buffer, hardwar...
2015 Feb 10
6
[PATCH 0/6] fix some compiler warnings
These patches fix a few compiler warnings. Tested on top of commit aee0dc5565711ef5be7c30fb5fc1c5f3f98db09f Jonathan Boeing (6): Use z width specifier when printing size_t variable pxe: fix truncation warning gpllib: fix sizeof(char *) misuse hdt: fix sizeof(char *) misuse hdt: fix sizeof(char *) misuse hdt: fix sizeof(char *) misuse com32/gpllib/dmi/dmi.c | 24 +++---