Home
last modified time | relevance | path

Searched refs:TranslatedAddress (Results 1 – 25 of 29) sorted by relevance

12

/reactos/hal/halx86/acpi/
H A Dbusemul.c81 OUT PPHYSICAL_ADDRESS TranslatedAddress) in HalpTranslateBusAddress() argument
84 TranslatedAddress->QuadPart = BusAddress.QuadPart; in HalpTranslateBusAddress()
92 OUT PPHYSICAL_ADDRESS TranslatedAddress, in HalpFindBusAddressTranslation() argument
103 TranslatedAddress->QuadPart = BusAddress.QuadPart; in HalpFindBusAddressTranslation()
317 OUT PPHYSICAL_ADDRESS TranslatedAddress) in HalTranslateBusAddress() argument
327 TranslatedAddress); in HalTranslateBusAddress()
332 TranslatedAddress->QuadPart = BusAddress.QuadPart; in HalTranslateBusAddress()
/reactos/hal/halx86/legacy/bus/
H A Dsysbus.c25 OUT PPHYSICAL_ADDRESS TranslatedAddress) in HalpTranslateSystemBusAddress() argument
95 TranslatedAddress->QuadPart = BusAddress.QuadPart + Range->SystemBase; in HalpTranslateSystemBusAddress()
96 if ((TranslatedAddress->QuadPart != BusAddress.QuadPart) || in HalpTranslateSystemBusAddress()
101 BusAddress.QuadPart, TranslatedAddress->QuadPart, in HalpTranslateSystemBusAddress()
H A Disabus.c25 OUT PPHYSICAL_ADDRESS TranslatedAddress) in HalpTranslateIsaBusAddress() argument
34 TranslatedAddress); in HalpTranslateIsaBusAddress()
44 TranslatedAddress); in HalpTranslateIsaBusAddress()
/reactos/drivers/base/bootvid/i386/pc/
H A Dbootvid.c369 PHYSICAL_ADDRESS TranslatedAddress; in VidInitialize() local
385 &TranslatedAddress, in VidInitialize()
394 Base = (ULONG_PTR)MmMapIoSpace(TranslatedAddress, 0x400, MmNonCached); in VidInitialize()
399 Base = TranslatedAddress.LowPart; in VidInitialize()
412 &TranslatedAddress, in VidInitialize()
430 Base = (ULONG_PTR)MmMapIoSpace(TranslatedAddress, in VidInitialize()
437 Base = TranslatedAddress.LowPart; in VidInitialize()
/reactos/drivers/network/ndis/ndis/
H A Dio.c797 NDIS_PHYSICAL_ADDRESS TranslatedAddress; in NdisMMapIoSpace() local
811 *VirtualAddress = MmMapIoSpace(TranslatedAddress, Length, MmNonCached); in NdisMMapIoSpace()
1034 PHYSICAL_ADDRESS PortAddress, TranslatedAddress; in NdisMRegisterIoPortRange() local
1058 PortAddress, &AddressSpace, &TranslatedAddress)) in NdisMRegisterIoPortRange()
1065 … AddressSpace, TranslatedAddress.u.HighPart, TranslatedAddress.u.LowPart)); in NdisMRegisterIoPortRange()
1069 ASSERT(TranslatedAddress.u.HighPart == 0); in NdisMRegisterIoPortRange()
1070 *PortOffset = (PVOID)(ULONG_PTR)TranslatedAddress.QuadPart; in NdisMRegisterIoPortRange()
1077 *PortOffset = MmMapIoSpace(TranslatedAddress, NumberOfPorts, MmNonCached); in NdisMRegisterIoPortRange()
1108 PHYSICAL_ADDRESS TranslatedAddress; in NdisMDeregisterIoPortRange() local
1115 PortAddress, &AddressSpace, &TranslatedAddress)) in NdisMDeregisterIoPortRange()
[all …]
/reactos/hal/halx86/include/
H A Dbus.h461 OUT PPHYSICAL_ADDRESS TranslatedAddress
482 OUT PPHYSICAL_ADDRESS TranslatedAddress,
503 OUT PPHYSICAL_ADDRESS TranslatedAddress
511 OUT PPHYSICAL_ADDRESS TranslatedAddress,
608 OUT PPHYSICAL_ADDRESS TranslatedAddress
618 OUT PPHYSICAL_ADDRESS TranslatedAddress
/reactos/hal/halx86/generic/
H A Dkdpci.c129 DeviceAddress->TranslatedAddress = in HalpConfigureDebuggingDevice()
134 DeviceAddress->TranslatedAddress, in HalpConfigureDebuggingDevice()
170 DeviceAddress->TranslatedAddress = in HalpConfigureDebuggingDevice()
434 HalpUnmapVirtualAddress(DeviceAddress->TranslatedAddress, in HalpReleasePciDeviceForDebugging()
/reactos/boot/environ/lib/mm/i386/
H A Dmmx86.c438 PHYSICAL_ADDRESS TranslatedAddress; in MmMapPhysicalAddress() local
490 &TranslatedAddress, in MmMapPhysicalAddress()
494 if (TranslatedAddress.QuadPart != in MmMapPhysicalAddress()
500 TranslatedAddress.QuadPart, in MmMapPhysicalAddress()
513 TranslatedAddress.QuadPart = PhysicalAddress; in MmMapPhysicalAddress()
514 Status = Mmx86MapPhysicalAddress(TranslatedAddress, in MmMapPhysicalAddress()
/reactos/drivers/storage/port/storport/
H A Dmisc.c179 PPHYSICAL_ADDRESS TranslatedAddress) in TranslateResourceListAddress() argument
206 TranslatedAddress->QuadPart = PartialDescriptorT->u.Port.Start.QuadPart + in TranslateResourceListAddress()
220 TranslatedAddress->QuadPart = PartialDescriptorT->u.Memory.Start.QuadPart + in TranslateResourceListAddress()
H A Dstorport.c710 PHYSICAL_ADDRESS TranslatedAddress; in StorPortGetDeviceBase() local
730 &TranslatedAddress)) in StorPortGetDeviceBase()
736 DPRINT1("Translated Address: 0x%I64x\n", TranslatedAddress.QuadPart); in StorPortGetDeviceBase()
741 DPRINT1("Translated Address: %p\n", (PVOID)(ULONG_PTR)TranslatedAddress.QuadPart); in StorPortGetDeviceBase()
742 return (PVOID)(ULONG_PTR)TranslatedAddress.QuadPart; in StorPortGetDeviceBase()
746 MappedAddress = MmMapIoSpace(TranslatedAddress, in StorPortGetDeviceBase()
H A Dprecomp.h213 PPHYSICAL_ADDRESS TranslatedAddress);
/reactos/drivers/bus/pcix/
H A Dhookhal.c29 OUT PPHYSICAL_ADDRESS TranslatedAddress) in PciTranslateBusAddress() argument
37 TranslatedAddress->QuadPart = BusAddress.QuadPart; in PciTranslateBusAddress()
/reactos/hal/halx86/legacy/
H A Dbussupp.c1333 OUT PPHYSICAL_ADDRESS TranslatedAddress, in HaliFindBusAddressTranslation() argument
1382 TranslatedAddress)) in HaliFindBusAddressTranslation()
1401 TranslatedAddress)) in HaliFindBusAddressTranslation()
1417 OUT PPHYSICAL_ADDRESS TranslatedAddress) in HaliTranslateBusAddress() argument
1435 TranslatedAddress); in HaliTranslateBusAddress()
1678 OUT PPHYSICAL_ADDRESS TranslatedAddress) in HalTranslateBusAddress() argument
1688 TranslatedAddress); in HalTranslateBusAddress()
1697 TranslatedAddress); in HalTranslateBusAddress()
/reactos/win32ss/drivers/videoprt/
H A Dresource.c288 PHYSICAL_ADDRESS TranslatedAddress; in IntVideoPortMapMemory() local
353 &TranslatedAddress) == FALSE) in IntVideoPortMapMemory()
364 ASSERT(0 == TranslatedAddress.u.HighPart); in IntVideoPortMapMemory()
368 return (PVOID)(ULONG_PTR)TranslatedAddress.u.LowPart; in IntVideoPortMapMemory()
377 TranslatedAddress, in IntVideoPortMapMemory()
393 TranslatedAddress, in IntVideoPortMapMemory()
/reactos/drivers/storage/floppy/floppy/
H A Dfloppy.c517 PHYSICAL_ADDRESS TranslatedAddress; in ConfigCallback() local
520 …BusAddress(BusType, BusNumber, PartialDescriptor->u.Port.Start, &AddressSpace, &TranslatedAddress)) in ConfigCallback()
527 …gControllerInfo[gNumberOfControllers].BaseAddress = MmMapIoSpace(TranslatedAddress, FDC_PORT_BYTES… in ConfigCallback()
529 … gControllerInfo[gNumberOfControllers].BaseAddress = (PUCHAR)(ULONG_PTR)TranslatedAddress.QuadPart; in ConfigCallback()
/reactos/hal/halarm/generic/
H A Dbus.c144 OUT PPHYSICAL_ADDRESS TranslatedAddress) in HalTranslateBusAddress() argument
/reactos/sdk/include/xdk/
H A Dkdtypes.h19 PUCHAR TranslatedAddress; member
H A Dhaltypes.h166 _Out_ PPHYSICAL_ADDRESS TranslatedAddress);
198 _Out_ PPHYSICAL_ADDRESS TranslatedAddress,
H A Dhalfuncs.h252 _Out_ PPHYSICAL_ADDRESS TranslatedAddress);
/reactos/ntoskrnl/fstub/
H A Dhalstub.c233 OUT PPHYSICAL_ADDRESS TranslatedAddress) in xHalTranslateBusAddress() argument
/reactos/sdk/include/ndk/
H A Dhaltypes.h152 _Out_ PPHYSICAL_ADDRESS TranslatedAddress
/reactos/boot/freeldr/freeldr/disk/
H A Dscsiport.c579 PHYSICAL_ADDRESS TranslatedAddress; in ScsiPortGetDeviceBase() local
587 &TranslatedAddress) == FALSE) in ScsiPortGetDeviceBase()
594 return (PVOID)(ULONG_PTR)TranslatedAddress.u.LowPart; in ScsiPortGetDeviceBase()
598 return MmMapIoSpace(TranslatedAddress, in ScsiPortGetDeviceBase()
/reactos/ntoskrnl/include/internal/
H A Dhal.h191 OUT PPHYSICAL_ADDRESS TranslatedAddress
/reactos/boot/environ/lib/firmware/efi/
H A Dfirmware.c184 PHYSICAL_ADDRESS InterfaceAddress, TranslatedAddress; in EfiVmOpenProtocol() local
284 if (BlMmTranslateVirtualAddress(InterfaceVa, &TranslatedAddress)) in EfiVmOpenProtocol()
287 if (InterfaceAddress.QuadPart != TranslatedAddress.QuadPart) in EfiVmOpenProtocol()
/reactos/drivers/bus/pci/
H A Dpdo.c990 OUT PPHYSICAL_ADDRESS TranslatedAddress) in InterfaceBusTranslateBusAddress() argument
995 Context, BusAddress, Length, AddressSpace, TranslatedAddress); in InterfaceBusTranslateBusAddress()
1003 TranslatedAddress); in InterfaceBusTranslateBusAddress()

12