Searched refs:ep30 (Results 1 – 3 of 3) sorted by relevance
1063 memcpy(ep.ep30.anchor_string, "_SM3_", 5); in smbios_entry_point_setup()1064 ep.ep30.length = sizeof(struct smbios_30_entry_point); in smbios_entry_point_setup()1065 ep.ep30.entry_point_revision = 1; in smbios_entry_point_setup()1066 ep.ep30.reserved = 0; in smbios_entry_point_setup()1069 ep.ep30.smbios_major_version = 3; in smbios_entry_point_setup()1070 ep.ep30.smbios_minor_version = 0; in smbios_entry_point_setup()1071 ep.ep30.smbios_doc_rev = 0; in smbios_entry_point_setup()1074 ep.ep30.structure_table_max_size = cpu_to_le32(smbios_tables_len); in smbios_entry_point_setup()1077 ep.ep30.checksum = 0; in smbios_entry_point_setup()1078 ep.ep30.structure_table_address = cpu_to_le64(0); in smbios_entry_point_setup()
97 struct smbios_30_entry_point ep30; member
585 struct smbios_30_entry_point *ep_table = &data->smbios_ep_table.ep30; in smbios_ep3_table_ok()733 addr = le64_to_cpu(ep_table->ep30.structure_table_address); in test_smbios_structs()