Searched refs:embedded_bootconfig_data (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/
H A Dbootconfig-data.S6 .global embedded_bootconfig_data
7 embedded_bootconfig_data: label
H A Dbootconfig.c17 /* embedded_bootconfig_data is defined in bootconfig-data.S */
18 extern __visible const char embedded_bootconfig_data[];
23 *size = embedded_bootconfig_data_end - embedded_bootconfig_data;
24 return (*size) ? embedded_bootconfig_data : NULL;

Completed in 583 milliseconds