Searched refs:PhysicalAddress (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbxfroot.c273 UINT32 PhysicalAddress; local
294 ACPI_MOVE_16_TO_32 (&PhysicalAddress, TablePtr);
298 PhysicalAddress <<= 4;
307 if (PhysicalAddress > 0x400 &&
308 PhysicalAddress < 0xA0000)
317 0xA0000 - PhysicalAddress);
323 (ACPI_PHYSICAL_ADDRESS) PhysicalAddress,
329 PhysicalAddress, EbdaWindowSize));
342 PhysicalAddress +=
345 *TableAddress = (ACPI_PHYSICAL_ADDRESS) PhysicalAddress;
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwxfsleep.c166 ACPI_PHYSICAL_ADDRESS PhysicalAddress,
214 * PhysicalAddress - 32-bit physical address of ACPI real mode
228 ACPI_PHYSICAL_ADDRESS PhysicalAddress,
244 Facs->FirmwareWakingVector = (UINT32) PhysicalAddress;
270 * PARAMETERS: PhysicalAddress - 32-bit physical address of ACPI real mode
283 ACPI_PHYSICAL_ADDRESS PhysicalAddress,
292 PhysicalAddress, PhysicalAddress64);
226 AcpiHwSetFirmwareWakingVector( ACPI_TABLE_FACS *Facs, ACPI_PHYSICAL_ADDRESS PhysicalAddress, ACPI_PHYSICAL_ADDRESS PhysicalAddress64) argument
282 AcpiSetFirmwareWakingVector( ACPI_PHYSICAL_ADDRESS PhysicalAddress, ACPI_PHYSICAL_ADDRESS PhysicalAddress64) argument
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexregion.c251 if (!Mm || (Address < Mm->PhysicalAddress) ||
252 ((UINT64) Address + Length > (UINT64) Mm->PhysicalAddress + Mm->Length))
268 if (Address < Mm->PhysicalAddress)
273 if ((UINT64) Address + Length > (UINT64) Mm->PhysicalAddress + Mm->Length)
339 Mm->PhysicalAddress = Address;
357 ((UINT64) Address - (UINT64) Mm->PhysicalAddress);
/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Dmmu.cpp189 void *PhysicalAddress() { function in struct:translation_map
235 map->PhysicalAddress(), map->Mode());
239 if (is_physical_memory(map->PhysicalAddress())
240 && insert_physical_allocated_range((addr_t)map->PhysicalAddress(),
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacpiosxf.h376 ACPI_PHYSICAL_ADDRESS *PhysicalAddress);
H A Dacpixf.h1301 ACPI_PHYSICAL_ADDRESS PhysicalAddress,
H A Dactypes.h1467 ACPI_PHYSICAL_ADDRESS PhysicalAddress; member in struct:acpi_mem_mapping
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.h48 uint32 PhysicalAddress();
H A Duhci.cpp475 Queue::PhysicalAddress() function in class:Queue
642 fFrameList[i] = fQueues[UHCI_INTERRUPT_QUEUE]->PhysicalAddress()
1444 = fQueues[UHCI_INTERRUPT_QUEUE]->PhysicalAddress() | TD_NEXT_IS_QH;

Completed in 79 milliseconds