Home
last modified time | relevance | path

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

/reactos/ntoskrnl/ke/amd64/
H A Dexcept.c446 KiIsPrivilegedInstruction(PUCHAR Ip, BOOLEAN Wow64) in KiIsPrivilegedInstruction() argument
453 if (!Wow64) in KiIsPrivilegedInstruction()
592 BOOLEAN Wow64 = TrapFrame->SegCs == KGDT64_R3_CMCODE; in KiGeneralProtectionFaultUserMode() local
605 if (KiIsPrivilegedInstruction(InstructionPointer, Wow64)) in KiGeneralProtectionFaultUserMode()
/reactos/sdk/include/ndk/
H A Dumfuncs.h231 _In_ BOOLEAN Wow64,
/reactos/dll/ntdll/ldr/
H A Dldrinit.c114 _In_ BOOLEAN Wow64, in LdrOpenImageFileOptionsKey() argument
125 if (Wow64) in LdrOpenImageFileOptionsKey()
135 Wow64 ? in LdrOpenImageFileOptionsKey()
357 _In_ BOOLEAN Wow64) in LdrQueryImageFileExecutionOptionsEx() argument
363 Status = LdrOpenImageFileOptionsKey(SubKey, Wow64, &KeyHandle); in LdrQueryImageFileExecutionOptionsEx()
/reactos/ntoskrnl/ps/
H A Dquery.c1023 ULONG_PTR Wow64 = 0; in NtQueryInformationProcess() local
1048 Wow64 = (ULONG_PTR)Process->Wow64Process; in NtQueryInformationProcess()
1050 Wow64 = 0; in NtQueryInformationProcess()
1060 *(PULONG_PTR)ProcessInformation = Wow64; in NtQueryInformationProcess()
/reactos/dll/win32/shell32/folders/
H A DCControlPanelFolder.cpp815 static HRESULT FindExeCplClass(LPCWSTR Canonical, HKEY hKey, BOOL Wow64, LPWSTR clsid) in FindExeCplClass() argument
821 Wow64 ? L"ControlPanelWOW64" : L"ControlPanel"); in FindExeCplClass()
/reactos/ntoskrnl/include/internal/
H A Dke.h16 PVOID Wow64; member