Home
last modified time | relevance | path

Searched refs:system_serial (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/arm/kernel/
Dsetup.c96 const char *system_serial; variable
97 EXPORT_SYMBOL(system_serial);
952 &system_serial); in init_machine_late()
954 system_serial = NULL; in init_machine_late()
957 if (!system_serial) in init_machine_late()
958 system_serial = kasprintf(GFP_KERNEL, "%08x%08x", in init_machine_late()
1300 seq_printf(m, "Serial\t\t: %s\n", system_serial); in c_show()
/Linux-v5.4/arch/arm/include/asm/
Dsystem_info.h21 extern const char *system_serial;