Lines Matching refs:__prombss

52 #define __prombss __section(".bss.prominit")  macro
93 static int of_workarounds __prombss; variable
148 static struct prom_t __prombss prom;
150 static unsigned long __prombss prom_entry;
152 static char __prombss of_stdout_device[256];
153 static char __prombss prom_scratch[256];
155 static unsigned long __prombss dt_header_start;
156 static unsigned long __prombss dt_struct_start, dt_struct_end;
157 static unsigned long __prombss dt_string_start, dt_string_end;
159 static unsigned long __prombss prom_initrd_start, prom_initrd_end;
162 static int __prombss prom_iommu_force_on;
163 static int __prombss prom_iommu_off;
164 static unsigned long __prombss prom_tce_alloc_start;
165 static unsigned long __prombss prom_tce_alloc_end;
169 static bool __prombss prom_radix_disable;
170 static bool __prombss prom_radix_gtse_disable;
171 static bool __prombss prom_xive_disable;
175 static bool __prombss prom_svm_enable;
195 static int __prombss of_platform;
197 static char __prombss prom_cmd_line[COMMAND_LINE_SIZE];
199 static unsigned long __prombss prom_memory_limit;
201 static unsigned long __prombss alloc_top;
202 static unsigned long __prombss alloc_top_high;
203 static unsigned long __prombss alloc_bottom;
204 static unsigned long __prombss rmo_top;
205 static unsigned long __prombss ram_top;
207 static struct mem_map_entry __prombss mem_reserve_map[MEM_RESERVE_MAP_SIZE];
208 static int __prombss mem_reserve_cnt;
210 static cell_t __prombss regbuf[1024];
212 static bool __prombss rtas_has_query_cpu_stopped;
684 static char result[9] __prombss; in tohex()
1126 static struct ibm_arch_vec __prombss ibm_architecture_vec ____cacheline_aligned;
1798 static struct rtas_args __prombss os_term_args;
2299 static char compat[256] __prombss; in prom_find_machine_type()
2586 static char pname[MAX_PROPERTY_NAME] __prombss; in scan_dt_build_struct()