Home
last modified time | relevance | path

Searched refs:smbios_entry_point (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/pci/hotplug/
H A Dcpqphp.h74 struct smbios_entry_point { struct
93 ANCHOR = offsetof(struct smbios_entry_point, anchor[0]), argument
94 EP_CHECKSUM = offsetof(struct smbios_entry_point, ep_checksum),
95 EP_LENGTH = offsetof(struct smbios_entry_point, ep_length),
96 MAJOR_VERSION = offsetof(struct smbios_entry_point, major_version),
99 EP_REV = offsetof(struct smbios_entry_point, ep_rev),
100 INT_ANCHOR = offsetof(struct smbios_entry_point, int_anchor[0]),
101 INT_CHECKSUM = offsetof(struct smbios_entry_point, int_checksum),
102 ST_LENGTH = offsetof(struct smbios_entry_point, st_length),
103 ST_ADDRESS = offsetof(struct smbios_entry_point, st_address),
[all …]
/openbmc/linux/drivers/firmware/
H A Ddmi_scan.c31 static u8 smbios_entry_point[32]; variable
579 memcpy(smbios_entry_point, buf, smbios_entry_point_size); in dmi_present()
616 memcpy(smbios_entry_point, buf, in dmi_present()
644 memcpy(smbios_entry_point, buf, smbios_entry_point_size); in dmi_smbios3_present()
757 static BIN_ATTR(smbios_entry_point, S_IRUSR, raw_table_read, NULL, 0);
787 bin_attr_smbios_entry_point.private = smbios_entry_point; in dmi_init()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-dmi-tables18 /sys/firmware/dmi/tables/smbios_entry_point