Lines Matching refs:__prombss
48 #define __prombss __section(".bss.prominit") macro
89 static int of_workarounds __prombss; variable
150 static struct prom_t __prombss prom;
152 static unsigned long __prombss prom_entry;
154 static char __prombss of_stdout_device[256];
155 static char __prombss prom_scratch[256];
157 static unsigned long __prombss dt_header_start;
158 static unsigned long __prombss dt_struct_start, dt_struct_end;
159 static unsigned long __prombss dt_string_start, dt_string_end;
161 static unsigned long __prombss prom_initrd_start, prom_initrd_end;
164 static int __prombss prom_iommu_force_on;
165 static int __prombss prom_iommu_off;
166 static unsigned long __prombss prom_tce_alloc_start;
167 static unsigned long __prombss prom_tce_alloc_end;
171 static bool __prombss prom_radix_disable;
172 static bool __prombss prom_radix_gtse_disable;
173 static bool __prombss prom_xive_disable;
177 static bool __prombss prom_svm_enable;
197 static int __prombss of_platform;
199 static char __prombss prom_cmd_line[COMMAND_LINE_SIZE];
201 static unsigned long __prombss prom_memory_limit;
203 static unsigned long __prombss alloc_top;
204 static unsigned long __prombss alloc_top_high;
205 static unsigned long __prombss alloc_bottom;
206 static unsigned long __prombss rmo_top;
207 static unsigned long __prombss ram_top;
209 static struct mem_map_entry __prombss mem_reserve_map[MEM_RESERVE_MAP_SIZE];
210 static int __prombss mem_reserve_cnt;
212 static cell_t __prombss regbuf[1024];
214 static bool __prombss rtas_has_query_cpu_stopped;
667 static char result[9] __prombss; in tohex()
1099 static struct ibm_arch_vec __prombss ibm_architecture_vec ____cacheline_aligned;
1771 static struct rtas_args __prombss os_term_args;
2559 static char pname[MAX_PROPERTY_NAME] __prombss; in scan_dt_build_struct()