Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/boot/
A Dstartup.c24 unsigned long __bootdata(__amode31_base);
31 unsigned long __bootdata(ident_map_size);
32 int __bootdata(is_full_image) = 1;
33 struct initrd_data __bootdata(initrd_data);
A Dvmem.c26 unsigned long __bootdata(pgalloc_pos);
27 unsigned long __bootdata(pgalloc_end);
28 unsigned long __bootdata(pgalloc_low);
A Dipl_report.c16 unsigned long __bootdata(early_ipl_comp_list_addr);
17 unsigned long __bootdata(early_ipl_comp_list_size);
A Dipl_parm.c21 char __bootdata(early_command_line)[COMMAND_LINE_SIZE];
22 int __bootdata(noexec_disabled);
A Dmem_detect.c13 struct mem_detect_info __bootdata(mem_detect);
/linux-6.3-rc2/arch/s390/kernel/
A Dsetup.c148 int __bootdata(noexec_disabled);
149 unsigned long __bootdata(ident_map_size);
150 struct mem_detect_info __bootdata(mem_detect);
151 struct initrd_data __bootdata(initrd_data);
152 unsigned long __bootdata(pgalloc_pos);
153 unsigned long __bootdata(pgalloc_end);
154 unsigned long __bootdata(pgalloc_low);
157 unsigned long __bootdata(__amode31_base);
A Dearly.c37 int __bootdata(is_full_image);
284 char __bootdata(early_command_line)[COMMAND_LINE_SIZE];
A Dipl.c152 unsigned long __bootdata(early_ipl_comp_list_addr);
153 unsigned long __bootdata(early_ipl_comp_list_size);
/linux-6.3-rc2/arch/s390/include/asm/
A Dsections.h17 #define __bootdata(var) __section(".boot.data." #var) var macro
/linux-6.3-rc2/drivers/s390/char/
A Dsclp_early_core.c18 static struct read_info_sccb __bootdata(sclp_info_sccb);
19 static int __bootdata(sclp_info_sccb_valid);

Completed in 17 milliseconds