Symbol: smbios_entry_point
drivers/firmware/dmi_scan.c
31
static u8 smbios_entry_point[32];
drivers/firmware/dmi_scan.c
594
memcpy(smbios_entry_point, buf, smbios_entry_point_size);
drivers/firmware/dmi_scan.c
631
memcpy(smbios_entry_point, buf,
drivers/firmware/dmi_scan.c
659
memcpy(smbios_entry_point, buf, smbios_entry_point_size);
drivers/firmware/dmi_scan.c
764
static __ro_after_init BIN_ATTR_SIMPLE_ADMIN_RO(smbios_entry_point);
drivers/firmware/dmi_scan.c
794
bin_attr_smbios_entry_point.private = smbios_entry_point;
drivers/firmware/efi/libstub/x86-stub.c
236
static bool verify_ep_integrity(const struct smbios_entry_point *ep)
drivers/firmware/efi/libstub/x86-stub.c
287
const struct smbios_entry_point *ep;
drivers/pci/hotplug/cpqphp.h
100
INT_ANCHOR = offsetof(struct smbios_entry_point, int_anchor[0]),
drivers/pci/hotplug/cpqphp.h
101
INT_CHECKSUM = offsetof(struct smbios_entry_point, int_checksum),
drivers/pci/hotplug/cpqphp.h
102
ST_LENGTH = offsetof(struct smbios_entry_point, st_length),
drivers/pci/hotplug/cpqphp.h
103
ST_ADDRESS = offsetof(struct smbios_entry_point, st_address),
drivers/pci/hotplug/cpqphp.h
104
NUMBER_OF_ENTRYS = offsetof(struct smbios_entry_point, number_of_entrys),
drivers/pci/hotplug/cpqphp.h
105
BCD_REV = offsetof(struct smbios_entry_point, bcd_rev),
drivers/pci/hotplug/cpqphp.h
93
ANCHOR = offsetof(struct smbios_entry_point, anchor[0]),
drivers/pci/hotplug/cpqphp.h
94
EP_CHECKSUM = offsetof(struct smbios_entry_point, ep_checksum),
drivers/pci/hotplug/cpqphp.h
95
EP_LENGTH = offsetof(struct smbios_entry_point, ep_length),
drivers/pci/hotplug/cpqphp.h
96
MAJOR_VERSION = offsetof(struct smbios_entry_point, major_version),
drivers/pci/hotplug/cpqphp.h
97
MINOR_VERSION = offsetof(struct smbios_entry_point, minor_version),
drivers/pci/hotplug/cpqphp.h
98
MAX_SIZE_ENTRY = offsetof(struct smbios_entry_point, max_size_entry),
drivers/pci/hotplug/cpqphp.h
99
EP_REV = offsetof(struct smbios_entry_point, ep_rev),