Home
last modified time | relevance | path

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

/linux-6.15/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];
H A Dphysmem_info.c18 struct physmem_info __bootdata(physmem_info);
/linux-6.15/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.c211 char __bootdata(early_command_line)[COMMAND_LINE_SIZE];
H A Dipl.c154 unsigned long __bootdata(early_ipl_comp_list_addr);
155 unsigned long __bootdata(early_ipl_comp_list_size);
/linux-6.15/arch/s390/include/asm/
H A Dsections.h17 #define __bootdata(var) __section(".boot.data." #var) var macro
/linux-6.15/drivers/s390/char/
H A Dsclp_early_core.c20 static struct read_info_sccb __bootdata(sclp_info_sccb);
21 static int __bootdata(sclp_info_sccb_valid);