Searched refs:Wow64 (Results 1 – 6 of 6) sorted by relevance
446 KiIsPrivilegedInstruction(PUCHAR Ip, BOOLEAN Wow64) in KiIsPrivilegedInstruction() argument453 if (!Wow64) in KiIsPrivilegedInstruction()592 BOOLEAN Wow64 = TrapFrame->SegCs == KGDT64_R3_CMCODE; in KiGeneralProtectionFaultUserMode() local605 if (KiIsPrivilegedInstruction(InstructionPointer, Wow64)) in KiGeneralProtectionFaultUserMode()
231 _In_ BOOLEAN Wow64,
114 _In_ BOOLEAN Wow64, in LdrOpenImageFileOptionsKey() argument125 if (Wow64) in LdrOpenImageFileOptionsKey()135 Wow64 ? in LdrOpenImageFileOptionsKey()357 _In_ BOOLEAN Wow64) in LdrQueryImageFileExecutionOptionsEx() argument363 Status = LdrOpenImageFileOptionsKey(SubKey, Wow64, &KeyHandle); in LdrQueryImageFileExecutionOptionsEx()
1023 ULONG_PTR Wow64 = 0; in NtQueryInformationProcess() local1048 Wow64 = (ULONG_PTR)Process->Wow64Process; in NtQueryInformationProcess()1050 Wow64 = 0; in NtQueryInformationProcess()1060 *(PULONG_PTR)ProcessInformation = Wow64; in NtQueryInformationProcess()
815 static HRESULT FindExeCplClass(LPCWSTR Canonical, HKEY hKey, BOOL Wow64, LPWSTR clsid) in FindExeCplClass() argument821 Wow64 ? L"ControlPanelWOW64" : L"ControlPanel"); in FindExeCplClass()
16 PVOID Wow64; member