![Intel Extensible Firmware Interface Скачать руководство пользователя страница 162](http://html1.mh-extra.com/html/intel/extensible-firmware-interface/extensible-firmware-interface_specification_2073117162.webp)
Extensible Firmware Interface Specification
144
12/12/00
Version 1.02
6.2.3 DEVICE_IO.Map()
Summary
Provides the device specific addresses needed to access system memory.
Prototype
typedef
EFI_STATUS
(EFIAPI *EFI_IO_MAP) (
IN EFI_DEVICE_IO_INTERFACE
*This,
IN EFI_IO_OPERATION_TYPE
Operation,
IN EFI_PHYSICAL_ADDRESS
*HostAddress,
IN OUT UINTN
*NumberOfBytes,
OUT EFI_PHYSICAL_ADDRESS
*DeviceAddress,
OUT VOID
**Mapping
);
Parameters
This
A pointer to the
EFI_DEVICE_IO_INTERFACE
instance. Type
EFI_DEVICE_IO_INTERFACE
is defined in Section 6.2.
Operation
Indicates if the bus master is going to read or write to system memory.
Type
EFI_IO_OPERATION_TYPE
is defined in “Related Definitions”.
HostAddress
The system memory address to map to the device. Type
EFI_
PHYSICAL_ADDRESS
is defined in Chapter 3.
NumberOfBytes
On input the number of bytes to map.
On output the number of bytes that were mapped.
DeviceAddress
The resulting map address for the bus master device to use to access the
hosts
HostAddress
. Type
EFI_
PHYSICAL_ADDRESS
is defined in
Chapter 3.
Mapping
A resulting value to pass to
Unmap()
.
Содержание Extensible Firmware Interface
Страница 1: ...Extensible Firmware Interface Specification Version 1 02 December 12 2000...
Страница 4: ...Extensible Firmware Interface Specification iv 12 12 00 Version 1 02...
Страница 42: ...Extensible Firmware Interface Specification 24 12 01 00 Version 1 02...
Страница 190: ...Extensible Firmware Interface Specification 172 12 12 00 Version 1 02...
Страница 200: ...Extensible Firmware Interface Specification 182 12 12 00 Version 1 02...
Страница 226: ...Extensible Firmware Interface Specification 208 12 12 00 Version 1 02...
Страница 230: ...Extensible Firmware Interface Specification 212 12 12 00 Version 1 02...
Страница 252: ...Extensible Firmware Interface Specification 234 12 12 00 Version 1 02...
Страница 294: ...Extensible Firmware Interface Specification 276 12 12 00 Version 1 02...
Страница 348: ...Extensible Firmware Interface Specification 330 12 01 00 Version 1 01...
Страница 350: ...Extensible Firmware Interface Specification 332 12 12 00 Version 1 02...
Страница 354: ...Extensible Firmware Interface Specification 336 12 12 00 Version 1 02...
Страница 362: ...Extensible Firmware Interface Specification 344 12 12 00 Version 1 02...
Страница 486: ...Extensible Firmware Interface Specification 468 12 12 00 Version 1 02...
Страница 494: ...Extensible Firmware Interface Specification 476 12 12 00 Version 1 02...