Home
last modified time | relevance | path

Searched refs:mcfg (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/acpi/
Dacpi_mcfg.c79 static ACPI_TABLE_MCFG *mcfg; variable
289 status = AcpiGetTable(ACPI_SIG_MCFG, 0, (ACPI_TABLE_HEADER **)&mcfg); in acpimcfg_probe()
291 mcfg = NULL; in acpimcfg_probe()
297 ama = ACPI_ADD_PTR(ACPI_MCFG_ALLOCATION, mcfg, offset); in acpimcfg_probe()
299 mcfg->Header.Length; i++) { in acpimcfg_probe()
306 ama = ACPI_ADD_PTR(ACPI_MCFG_ALLOCATION, mcfg, offset); in acpimcfg_probe()
309 mcfg = NULL; in acpimcfg_probe()
325 if (mcfg == NULL) in acpimcfg_init()
336 ama = ACPI_ADD_PTR(ACPI_MCFG_ALLOCATION, mcfg, offset); in acpimcfg_init()
337 for (i = 0; offset < mcfg->Header.Length; i++) { in acpimcfg_init()
[all …]
/netbsd/src/usr.sbin/acpitools/acpidump/
Dacpi.c2520 ACPI_TABLE_MCFG *mcfg; in acpi_handle_mcfg() local
2526 mcfg = (ACPI_TABLE_MCFG *)sdp; in acpi_handle_mcfg()
2529 alloc = (ACPI_MCFG_ALLOCATION *)(mcfg + 1); in acpi_handle_mcfg()