search for: xmm4_1

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

Did you mean: xmm4_2
2015 Feb 10
0
[PATCH 4/6] hdt: fix sizeof(char *) misuse
...16 ", false); - show_flag(buffer, hardware->cpu.flags.xtpr, "xtpr ", false); - show_flag(buffer, hardware->cpu.flags.pdcm, "pdcm ", false); - show_flag(buffer, hardware->cpu.flags.dca, "dca ", false); - show_flag(buffer, hardware->cpu.flags.xmm4_1, "xmm4_1 ", false); - show_flag(buffer, hardware->cpu.flags.xmm4_2, "xmm4_2 ", false); - show_flag(buffer, hardware->cpu.flags.x2apic, "x2apic ", false); - show_flag(buffer, hardware->cpu.flags.movbe, "movbe ", false); - show_flag(buffer,...
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 +++---