Home
last modified time | relevance | path

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

/linux/arch/s390/boot/
H 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);
H A Dipl_report.c17 unsigned long __bootdata(early_ipl_comp_list_addr);
18 unsigned long __bootdata(early_ipl_comp_list_size);
H A Dipl_parm.c24 char __bootdata(early_command_line)[COMMAND_LINE_SIZE];
/linux/arch/s390/kernel/
H 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);
H A Dearly.c215 char __bootdata(early_command_line)[COMMAND_LINE_SIZE];
/linux/arch/s390/include/asm/
H A Dsections.h17 #define __bootdata(var) __section(".boot.data." #var) var macro