Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dcpqphp_core.c43 static void __iomem *smbios_table; variable
192 void __iomem *smbios_table, in get_subsequent_smbios_entry() argument
200 if (!smbios_table || !curr) in get_subsequent_smbios_entry()
243 void __iomem *smbios_table, in get_SMBIOS_entry() argument
247 if (!smbios_table) in get_SMBIOS_entry()
254 smbios_table, previous); in get_SMBIOS_entry()
259 smbios_table, previous); in get_SMBIOS_entry()
574 void __iomem *smbios_table) in ctrl_slot_setup() argument
614 smbios_table, 9, slot_entry); in ctrl_slot_setup()
728 if (!smbios_table) { in one_time_init()
[all …]
/openbmc/qemu/hw/smbios/
H A Dsmbios.c47 struct smbios_table { struct
1265 struct smbios_table *table; /* legacy mode only */ in smbios_entry_add()
1325 table = (struct smbios_table *)(smbios_entries + smbios_entries_len); in smbios_entry_add()