Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosacpi.c61 if (rsdp->Revision >= 2 && rsdp->XsdtPhysicalAddress != 0) { in find_spcr()
63 PTOV((uintptr_t)rsdp->XsdtPhysicalAddress); in find_spcr()
206 (unsigned long long)rsdp->XsdtPhysicalAddress); in biosacpi_detect()
/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/
H A Dacpi.c71 (unsigned long long)rsdp->XsdtPhysicalAddress); in acpi_detect()
/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/
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.c2464 xsdt_addr = rsdp->XsdtPhysicalAddress; in find_fw_table()