Searched refs:dmi_setup (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/linux/
H A Ddmi.h105 extern void dmi_setup(void);
125 static inline void dmi_setup(void) { } function
/linux-master/arch/x86/kernel/
H A Dx86_init.c70 .dmi_setup = dmi_setup,
H A Dsetup.c905 x86_init.resources.dmi_setup();
909 * needs to be done after dmi_setup(), for the boot CPU.
H A Dsev.c2126 * SEV-SNP guests should only execute dmi_setup() if EFI_CONFIG_TABLES are
2133 dmi_setup();
/linux-master/drivers/firmware/efi/
H A Darm-runtime.c171 * On arm64/ARM, DMI depends on UEFI, and dmi_setup() needs to
175 dmi_setup();
/linux-master/arch/x86/include/asm/
H A Dx86_init.h33 * @dmi_setup: platform specific DMI setup
39 void (*dmi_setup)(void); member in struct:x86_init_resources
/linux-master/arch/x86/mm/
H A Dmem_encrypt_amd.c511 x86_init.resources.dmi_setup = snp_dmi_setup;
/linux-master/arch/loongarch/kernel/
H A Dsetup.c368 dmi_setup();
/linux-master/arch/mips/kernel/
H A Dsetup.c788 dmi_setup();
/linux-master/drivers/firmware/
H A Ddmi_scan.c813 * dmi_setup - scan and setup DMI system information
820 void __init dmi_setup(void) function
890 * dmi_setup must be called before this function is called.
920 * dmi_setup must be called before this function is called.

Completed in 191 milliseconds