Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/loader/
H A Dacpi.c64 (unsigned long long)rsdp->RsdtPhysicalAddress); in acpi_detect()
66 snprintf(buf, sizeof (buf), "0x%08x", rsdp->RsdtPhysicalAddress); in acpi_detect()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosacpi.c75 if (rsdp->RsdtPhysicalAddress != 0) { in find_spcr()
76 rsdt = (ACPI_TABLE_RSDT *)PTOV(rsdp->RsdtPhysicalAddress); in find_spcr()
201 snprintf(buf, sizeof (buf), "0x%08x", rsdp->RsdtPhysicalAddress); in biosacpi_detect()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactbl.h262 UINT32 RsdtPhysicalAddress; /* 32-bit physical address of the RSDT */ member
278 UINT32 RsdtPhysicalAddress; member
/illumos-gate/usr/src/boot/efi/loader/arch/arm64/
H A Dexec.c97 sprintf(buf, "0x%016x", rsdp->RsdtPhysicalAddress); in elf64_exec()
/illumos-gate/usr/src/cmd/bhyve/
H A Dacpi.c669 rsdp.RsdtPhysicalAddress = htole32(0); /* patched by basl */ in build_rsdp()
678 offsetof(ACPI_TABLE_RSDP, RsdtPhysicalAddress), in build_rsdp()
679 sizeof(rsdp.RsdtPhysicalAddress))); in build_rsdp()
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Delf64_freebsd.c119 sprintf(buf, "0x%016x", rsdp->RsdtPhysicalAddress); in elf64_exec()
/illumos-gate/usr/src/common/acpica/tables/
H A Dtbutils.c432 Address = (ACPI_PHYSICAL_ADDRESS) Rsdp->RsdtPhysicalAddress; in AcpiTbParseRootTable()
/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dosillumostbl.c545 if (Gbl_Rsdp.RsdtPhysicalAddress) { in OslTableInitialize()
761 Gbl_Rsdp.RsdtPhysicalAddress; in OslGetBiosTable()
/illumos-gate/usr/src/cmd/acpi/common/
H A Ddmtbinfo.c243 {ACPI_DMT_UINT32, ACPI_RSDP_OFFSET (RsdtPhysicalAddress), "RSDT Address", 0},
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c2474 xsdt_addr = rsdp->RsdtPhysicalAddress; in find_fw_table()