Searched refs:system_info (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-sysinfo.c191 cvmx_sysinfo_t *system_info = cvmx_sysinfo_get(); local
192 memset(system_info, 0, sizeof(cvmx_sysinfo_t));
194 system_info->core_mask = 0;
195 system_info->init_core = -1;
219 system_info->system_dram_size = value << 20;
221 system_info->phy_mem_desc_addr = value;
223 system_info->cpu_clock_hz = value;
225 system_info->dram_data_rate_hz = value * 2;
227 system_info->board_type = value;
229 system_info
[all...]
H A Dcvmx-app-init-linux.c363 cvmx_sysinfo_t *system_info = cvmx_sysinfo_get(); local
410 system_info->core_mask |= 1<<cvmx_get_core_num();
414 cvmx_dprintf("Active coremask = 0x%x\n", system_info->core_mask);
417 system_info->init_core = cvmx_get_core_num();
423 cvmx_coremask_barrier_sync(system_info->core_mask);
431 if (cvmx_get_core_num() == system_info->init_core)
434 CVMX_POP(num_waits, system_info->core_mask);
/freebsd-11-stable/contrib/top/
H A Dmachine.h33 * the system_info struct is filled in by a machine dependent routine.
42 struct system_info struct
88 void get_system_info(struct system_info *si);
H A Dtop.c252 struct system_info system_info; local
715 get_system_info(&system_info);
728 get_process_info(&system_info, &ps, compare);
731 (*d_loadave)(system_info.last_pid,
732 system_info.load_avg);
737 i_uptime(&system_info.boottime, &curr_time);
741 (*d_procstates)(system_info.p_total,
742 system_info.procstates);
747 (*d_cpustates)(system_info
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp151 llvm::Expected<const SystemInfo &> system_info = m_file->getSystemInfo();
153 if (!system_info) {
155 system_info.takeError(),
166 switch (system_info->ProcessorArch) {
186 switch (system_info->PlatformId) {
211 auto ExpectedCSD = m_file->getString(system_info->CSDVersionRVA);
/freebsd-11-stable/crypto/openssl/crypto/rand/
H A Drand_unix.c422 system_info sysInfo;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c882 system_info(SYSTEM_INFO *sysinfo,
933 if (system_info(&sysinfo, &local_sysinfo)
998 if (!system_info(&sysinfo, NULL)
878 system_info(SYSTEM_INFO *sysinfo, function
/freebsd-11-stable/usr.bin/top/
H A Dmachine.c489 get_system_info(struct system_info *si)
771 get_process_info(struct system_info *si, struct process_select *sel,

Completed in 170 milliseconds