Searched refs:smbios (Results 1 – 13 of 13) sorted by relevance
15 obj-$(CONFIG_DELL_SMBIOS) += dell-smbios.o16 dell-smbios-objs := dell-smbios-base.o17 dell-smbios-$(CONFIG_DELL_SMBIOS_WMI) += dell-smbios-wmi.o18 dell-smbios-$(CONFIG_DELL_SMBIOS_SMM) += dell-smbios-smm.o
6 TARGET = dell-smbios-example16 install: dell-smbios-example
75 "etc/smbios/smbios-tables"76 "etc/smbios/smbios-anchor"
1 What: /dev/wmi/dell-smbios20 the WMI character device /dev/wmi/dell-smbios.
80 loongson_p = &(boot_p->efi.smbios.lp); in prom_init_env()167 loongson_sysconf.vgabios_addr = boot_p->efi.smbios.vga_bios; in prom_init_env()
41 .smbios = EFI_INVALID_TABLE_ADDR,63 &efi.smbios,149 if (efi.smbios != EFI_INVALID_TABLE_ADDR) in systab_show()150 str += sprintf(str, "SMBIOS=0x%lx\n", efi.smbios); in systab_show()479 {SMBIOS_TABLE_GUID, "SMBIOS", &efi.smbios},
486 if (!data->smbios) in efi_reuse_config()504 ((efi_config_table_64_t *)p)->table = data->smbios; in efi_reuse_config()
149 esd->smbios = efi.smbios; in prepare_add_efi_setup_data()
148 u64 smbios; member
183 struct smbios_tables smbios; /* SM BIOS table */ member
648 if (efi.smbios == EFI_INVALID_TABLE_ADDR) in dmi_scan_machine()655 p = dmi_early_remap(efi.smbios, 32); in dmi_scan_machine()
945 unsigned long smbios; /* SMBIOS table (32 bit entry point) */ member
4172 F: drivers/platform/x86/dell-smbios.*4178 F: drivers/platform/x86/dell-smbios-smm.c4184 F: drivers/platform/x86/dell-smbios-wmi.c4185 F: tools/wmi/dell-smbios-example.c