Searched refs:AcpiOsMapMemory (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/acpi/acpidump/ |
H A D | tbxfroot.c | 173 TablePtr = AcpiOsMapMemory ( 200 TablePtr = AcpiOsMapMemory ( 231 TablePtr = AcpiOsMapMemory (
|
H A D | osillumostbl.c | 374 mapp = AcpiOsMapMemory((ACPI_PHYSICAL_ADDRESS)ACPI_EBDA_PTR_LOCATION, 393 mapp = AcpiOsMapMemory(physaddr, ACPI_EBDA_WINDOW_SIZE); 422 mapp = AcpiOsMapMemory(physaddr, mapsize); 867 MappedTable = AcpiOsMapMemory(Address, sizeof (ACPI_TABLE_HEADER)); 899 MappedTable = AcpiOsMapMemory(Address, Length); 1025 AcpiOsMapMemory(ACPI_PHYSICAL_ADDRESS Where, ACPI_SIZE Length) function
|
/illumos-gate/usr/src/uts/intel/io/acpica/tables/ |
H A D | tbxfroot.c | 173 TablePtr = AcpiOsMapMemory ( 200 TablePtr = AcpiOsMapMemory ( 231 TablePtr = AcpiOsMapMemory (
|
H A D | tbutils.c | 297 Rsdp = AcpiOsMapMemory (RsdpAddress, sizeof (ACPI_TABLE_RSDP)); 336 Table = AcpiOsMapMemory (Address, sizeof (ACPI_TABLE_HEADER)); 358 Table = AcpiOsMapMemory (Address, Length);
|
H A D | tbxface.c | 266 Header = AcpiOsMapMemory (
|
H A D | tbdata.c | 118 Table = AcpiOsMapMemory (TableDesc->Address, TableDesc->Length); 218 TableHeader = AcpiOsMapMemory (Address, sizeof (ACPI_TABLE_HEADER));
|
H A D | tbfadt.c | 355 Table = AcpiOsMapMemory (
|
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acdragonfly.h | 99 #define AcpiOsMapMemory(Where, Length) \ macro
|
/illumos-gate/usr/src/uts/intel/io/acpica/executer/ |
H A D | exregion.c | 192 MemInfo->MappedLogicalAddress = AcpiOsMapMemory (Address, MapLength);
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acpiosxf.h | 252 AcpiOsMapMemory (
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | acpica.c | 268 if ((datep = (char *)AcpiOsMapMemory(0xffff5, 8)) == NULL)
|
H A D | osl.c | 593 AcpiOsMapMemory(ACPI_PHYSICAL_ADDRESS PhysicalAddress, ACPI_SIZE Size) function
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | hpet_acpi.c | 409 return (AcpiOsMapMemory(hpet_table->Address.Address, HPET_SIZE));
|
Completed in 62 milliseconds