Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/dev/acpica/include/
HDactbl.h263 UINT32 RsdtPhysicalAddress; /* 32-bit physical address of the RSDT */ member
279 UINT32 RsdtPhysicalAddress; member
/freebsd-13-stable/stand/i386/libi386/
HDbiosacpi.c75 sprintf(buf, "0x%08x", rsdp->RsdtPhysicalAddress); in biosacpi_detect()
/freebsd-13-stable/stand/efi/loader/arch/arm64/
HDexec.c109 sprintf(buf, "0x%016x", rsdp->RsdtPhysicalAddress); in elf64_exec()
/freebsd-13-stable/stand/kboot/arch/aarch64/
HDexec.c123 sprintf(buf, "0x%016x", rsdp->RsdtPhysicalAddress); in elf64_exec()
/freebsd-13-stable/usr.sbin/bhyve/
HDacpi.c684 rsdp.RsdtPhysicalAddress = htole32(0); /* patched by basl */ in build_rsdp()
693 offsetof(ACPI_TABLE_RSDP, RsdtPhysicalAddress), in build_rsdp()
694 sizeof(rsdp.RsdtPhysicalAddress))); in build_rsdp()
/freebsd-13-stable/sys/i386/acpica/
HDacpi_machdep.c239 rsdt = map_table(rsdp->RsdtPhysicalAddress, ACPI_SIG_RSDT); in acpi_find_table()
/freebsd-13-stable/sys/amd64/acpica/
HDacpi_machdep.c221 rsdt = map_table(rsdp->RsdtPhysicalAddress, ACPI_SIG_RSDT); in acpi_find_table()
/freebsd-13-stable/sys/contrib/dev/acpica/components/tables/
HDtbutils.c432 Address = (ACPI_PHYSICAL_ADDRESS) Rsdp->RsdtPhysicalAddress; in AcpiTbParseRootTable()
/freebsd-13-stable/stand/efi/loader/arch/amd64/
HDelf64_freebsd.c137 sprintf(buf, "0x%016x", rsdp->RsdtPhysicalAddress); in elf64_exec()
/freebsd-13-stable/sys/contrib/dev/acpica/common/
HDdmtbinfo.c243 {ACPI_DMT_UINT32, ACPI_RSDP_OFFSET (RsdtPhysicalAddress), "RSDT Address", 0},
/freebsd-13-stable/stand/kboot/arch/amd64/
HDelf64_freebsd.c174 sprintf(buf, "0x%016x", rsdp->RsdtPhysicalAddress); in elf64_exec()
/freebsd-13-stable/usr.sbin/acpi/acpidump/
HDacpi.c2015 printf("\tRSDT=0x%08x, cksum=%u\n", rp->RsdtPhysicalAddress, in acpi_print_rsd_ptr()
2106 rsdp = (ACPI_TABLE_HEADER *)acpi_map_sdt(rp->RsdtPhysicalAddress); in sdt_load_devmem()
/freebsd-13-stable/sys/dev/acpica/
HDacpi.c435 paddr = (ACPI_PHYSICAL_ADDRESS)rsdp->RsdtPhysicalAddress; in acpi_identify()