Home
last modified time | relevance | path

Searched refs:__bootdata (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/boot/
H A Dipl_parm.c14 char __bootdata(early_command_line)[COMMAND_LINE_SIZE];
19 unsigned long __bootdata(vmalloc_size) = VMALLOC_DEFAULT_SIZE;
20 unsigned long __bootdata(memory_end);
21 int __bootdata(memory_end_set);
22 int __bootdata(noexec_disabled);
H A Dmem_detect.c11 unsigned long __bootdata(max_physmem_end);
12 struct mem_detect_info __bootdata(mem_detect);
H A Dipl_report.c16 unsigned long __bootdata(early_ipl_comp_list_addr);
17 unsigned long __bootdata(early_ipl_comp_list_size);
/kernel/linux/linux-6.6/arch/s390/boot/
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.c21 char __bootdata(early_command_line)[COMMAND_LINE_SIZE];
H A Dstartup.c31 unsigned long __bootdata(ident_map_size);
H A Dphysmem_info.c16 struct physmem_info __bootdata(physmem_info);
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dsections.h17 #define __bootdata(var) __section(".boot.data." #var) var macro
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dsections.h29 #define __bootdata(var) __section(".boot.data." #var) var macro
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dsetup.c96 int __bootdata(noexec_disabled);
97 int __bootdata(memory_end_set);
98 unsigned long __bootdata(memory_end);
99 unsigned long __bootdata(vmalloc_size);
100 unsigned long __bootdata(max_physmem_end);
101 struct mem_detect_info __bootdata(mem_detect);
H A Dearly.c281 char __bootdata(early_command_line)[COMMAND_LINE_SIZE];
H A Dipl.c139 unsigned long __bootdata(early_ipl_comp_list_addr);
140 unsigned long __bootdata(early_ipl_comp_list_size);
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dsclp_early_core.c17 static struct read_info_sccb __bootdata(sclp_info_sccb);
18 static int __bootdata(sclp_info_sccb_valid);
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dsclp_early_core.c18 static struct read_info_sccb __bootdata(sclp_info_sccb);
19 static int __bootdata(sclp_info_sccb_valid);
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dearly.c287 char __bootdata(early_command_line)[COMMAND_LINE_SIZE];
H A Dsetup.c149 unsigned long __bootdata(ident_map_size);
150 struct physmem_info __bootdata(physmem_info);
H A Dipl.c152 unsigned long __bootdata(early_ipl_comp_list_addr);
153 unsigned long __bootdata(early_ipl_comp_list_size);

Completed in 15 milliseconds