Home
last modified time | relevance | path

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

/linux/arch/s390/boot/
H A Dprintk.c17 char __bootdata(boot_rb)[PAGE_SIZE * 2];
18 bool __bootdata(boot_earlyprintk);
19 size_t __bootdata(boot_rb_off);
20 char __bootdata(bootdebug_filter)[128];
21 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.c23 char __bootdata(early_command_line)[COMMAND_LINE_SIZE];
H A Dphysmem_info.c18 struct physmem_info __bootdata(physmem_info);
/linux/arch/s390/kernel/
H A Dsetup.c149 struct physmem_info __bootdata(physmem_info);
160 char __bootdata(boot_rb)[PAGE_SIZE * 2];
161 bool __bootdata(boot_earlyprintk);
162 size_t __bootdata(boot_rb_off);
163 char __bootdata(bootdebug_filter)[128];
164 bool __bootdata(bootdebug);
H A Dearly.c296 char __bootdata(early_command_line)[COMMAND_LINE_SIZE];
H A Dipl.c153 unsigned long __bootdata(early_ipl_comp_list_addr);
154 unsigned long __bootdata(early_ipl_comp_list_size);
/linux/arch/s390/include/asm/
H A Dsections.h17 #define __bootdata(var) __section(".boot.data." #var) var macro
/linux/drivers/s390/char/
H A Dsclp_early_core.c19 static struct read_info_sccb __bootdata(sclp_info_sccb);
20 static int __bootdata(sclp_info_sccb_valid);