Home
last modified time | relevance | path

Searched refs:XsdtPhysicalAddress (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/boot/efi/libefi/
H A Dacpi.c77 rsdp->XsdtPhysicalAddress != 0 && in acpi_find_table()
78 rsdp->XsdtPhysicalAddress < UINTPTR_MAX) { in acpi_find_table()
79 xsdt = acpi_map_sdt(rsdp->XsdtPhysicalAddress); in acpi_find_table()
165 (unsigned long long)rsdp->XsdtPhysicalAddress); in acpi_detect()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosacpi.c167 (unsigned long long)rsdp->XsdtPhysicalAddress); in biosacpi_detect()
258 rsdp->XsdtPhysicalAddress != 0 && in acpi_find_table()
259 rsdp->XsdtPhysicalAddress < UINTPTR_MAX) { in acpi_find_table()
260 xsdt = acpi_map_sdt(rsdp->XsdtPhysicalAddress); in acpi_find_table()
/illumos-gate/usr/src/common/acpica/tables/
H A Dtbutils.c417 Rsdp->XsdtPhysicalAddress && in AcpiTbParseRootTable()
425 Address = (ACPI_PHYSICAL_ADDRESS) Rsdp->XsdtPhysicalAddress; in AcpiTbParseRootTable()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactbl.h264 …UINT64 XsdtPhysicalAddress; /* 64-bit physical address of the XSDT (ACPI 2… member
287 UINT64 XsdtPhysicalAddress; member
/illumos-gate/usr/src/boot/efi/loader/arch/arm64/
H A Dexec.c102 (unsigned long long)rsdp->XsdtPhysicalAddress); in elf64_exec()
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dacpi.c671 rsdp.XsdtPhysicalAddress = htole64(0); /* patched by basl */ in build_rsdp()
683 offsetof(ACPI_TABLE_RSDP, XsdtPhysicalAddress), in build_rsdp()
684 sizeof(rsdp.XsdtPhysicalAddress))); in build_rsdp()
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Delf64_freebsd.c124 (unsigned long long)rsdp->XsdtPhysicalAddress); in elf64_exec()
/illumos-gate/usr/src/cmd/acpi/common/
H A Ddmtbinfo.c252 {ACPI_DMT_UINT64, ACPI_RSDP_OFFSET (XsdtPhysicalAddress), "XSDT Address", 0},
/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dosillumostbl.c757 Gbl_Rsdp.XsdtPhysicalAddress; in OslGetBiosTable()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c2486 xsdt_addr = rsdp->XsdtPhysicalAddress; in find_fw_table()