Home
last modified time | relevance | path

Searched refs:__bootdata (Results 1 – 8 of 8) sorted by relevance

/arch/s390/boot/
A Dprintk.c18 char __bootdata(boot_rb)[PAGE_SIZE * 2];
19 bool __bootdata(boot_earlyprintk);
20 size_t __bootdata(boot_rb_off);
21 char __bootdata(bootdebug_filter)[128];
22 bool __bootdata(bootdebug);
A Dipl_report.c17 unsigned long __bootdata(early_ipl_comp_list_addr);
18 unsigned long __bootdata(early_ipl_comp_list_size);
A Dipl_parm.c24 char __bootdata(early_command_line)[COMMAND_LINE_SIZE];
A Dphysmem_info.c18 struct physmem_info __bootdata(physmem_info);
/arch/s390/include/asm/
A Dsections.h17 #define __bootdata(var) __section(".boot.data." #var) var macro
/arch/s390/kernel/
A Dsetup.c150 struct physmem_info __bootdata(physmem_info);
161 char __bootdata(boot_rb)[PAGE_SIZE * 2];
162 bool __bootdata(boot_earlyprintk);
163 size_t __bootdata(boot_rb_off);
164 char __bootdata(bootdebug_filter)[128];
165 bool __bootdata(bootdebug);
A Dearly.c215 char __bootdata(early_command_line)[COMMAND_LINE_SIZE];
A Dipl.c154 unsigned long __bootdata(early_ipl_comp_list_addr);
155 unsigned long __bootdata(early_ipl_comp_list_size);

Completed in 15 milliseconds