search for: xensig

Displaying 1 result from an estimated 1 matches for "xensig".

Did you mean: ensig
2007 Nov 02
0
[PATCH] PVWin: Fix warnings
..., eax - mov [edi.nEBX], ebx - mov [edi.nECX], ecx - mov [edi.nEDX], edx - } -} - static void WRMSR(unsigned int msr, ULONGLONG val) { ULONG lo, hi; @@ -135,22 +112,22 @@ static int static int get_hypercall_stubs() { - CPUID_Output cpuid_output; + DWORD32 cpuid_output[4]; char xensig[13]; ULONG i; ULONG pages; ULONG msr; - CPUID(&cpuid_output, 0x40000000); - *(ULONG*)(xensig + 0) = cpuid_output.nEBX; - *(ULONG*)(xensig + 4) = cpuid_output.nECX; - *(ULONG*)(xensig + 8) = cpuid_output.nEDX; - xensig[12] = 0; - KdPrint((__DRIVER_NAME " Xen Signature = %s,...