Searched refs:native_machine (Results 1 – 2 of 2) sorted by relevance
144 USHORT native_machine; in IsRunningEmulatedOnArm64()146 &native_machine); in IsRunningEmulatedOnArm64()150 if (native_machine == IMAGE_FILE_MACHINE_ARM64) { in IsRunningEmulatedOnArm64()452 const int native_machine) { in GetWowNativeMachineArchitecture() argument453 switch (native_machine) { in GetWowNativeMachineArchitecture()484 USHORT native_machine = IMAGE_FILE_MACHINE_UNKNOWN; in InitializeWowStatusValuesForProcess() local485 if (!is_wow64_process2(process_handle, &process_machine, &native_machine)) { in InitializeWowStatusValuesForProcess()489 wow_native_machine_ = GetWowNativeMachineArchitecture(native_machine); in InitializeWowStatusValuesForProcess()
207 WowNativeMachine GetWowNativeMachineArchitecture(const int native_machine);