Searched defs:sys_info (Results 1 – 16 of 16) sorted by relevance
21 void get_sys_info(sys_info_t *sys_info) in get_sys_info()90 sys_info_t sys_info; in get_clocks() local126 sys_info_t sys_info; in get_bus_freq() local
131 sys_info_t sys_info; in get_tbclk() local
21 void get_sys_info(struct sys_info *sys_info) in get_sys_info()167 struct sys_info sys_info; in get_qman_freq() local177 struct sys_info sys_info; in get_clocks() local
25 void get_sys_info(struct sys_info *sys_info) in get_sys_info()134 struct sys_info sys_info; in get_clocks() local
65 struct sys_info { struct66 unsigned long clk_bus;67 unsigned long clk_cpu;68 unsigned long bar;69 struct mem_region *mr;70 int mr_no; /* number of memory regions */
18 void get_sys_info(struct sys_info *sys_info) in get_sys_info()78 struct sys_info sys_info; in get_clocks() local
313 void get_sys_info(sys_info_t *sys_info) in get_sys_info()325 sys_info_t sys_info; in get_clocks() local352 sys_info_t sys_info; in get_bus_freq() local
26 void get_sys_info(sys_info_t *sys_info) in get_sys_info()622 sys_info_t sys_info; in get_clocks() local
172 struct sys_info { struct173 unsigned long freq_processor[CONFIG_MAX_CPUS];175 unsigned long freq_systembus;176 unsigned long freq_ddrbus;178 unsigned long freq_ddrbus2;180 unsigned long freq_localbus;181 unsigned long freq_qe;183 unsigned long freq_fman[CONFIG_SYS_NUM_FMAN];186 unsigned long freq_qman;189 unsigned long freq_pme;
171 struct sys_info { struct172 unsigned long freq_processor[CONFIG_MAX_CPUS];174 unsigned long freq_systembus;175 unsigned long freq_ddrbus;176 unsigned long freq_localbus;177 unsigned long freq_sdhc;179 unsigned long freq_fman[CONFIG_SYS_NUM_FMAN];181 unsigned long freq_qman;
36 static struct rstat *sys_info; variable
312 bool WriteCPUInformation(MDRawSystemInfo *sys_info) { in WriteCPUInformation()341 MDRawSystemInfo *sys_info) { in WriteOSInformation()564 TypedMDRVA<MDRawSystemInfo> sys_info(minidump_writer); in WriteSystemInfoStream() local
809 bool WriteCPUInformation(MDRawSystemInfo* sys_info) { in WriteCPUInformation()906 bool WriteCPUInformation(MDRawSystemInfo* sys_info) { in WriteCPUInformation()1185 bool WriteOSInformation(MDRawSystemInfo* sys_info) { in WriteOSInformation()
82 struct sys_info { struct83 unsigned long freq_processor[CONFIG_MAX_CPUS];84 unsigned long freq_systembus;85 unsigned long freq_ddrbus;86 unsigned long freq_localbus;
1314 SystemInfo const& sys_info; member