Home
last modified time | relevance | path

Searched refs:system_hardware (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/i86pc/sys/
H A Dmachsystm.h107 struct system_hardware { struct
116 extern struct system_hardware system_hardware; argument
/titanic_50/usr/src/uts/i86pc/os/
H A Dstartup.c570 struct system_hardware system_hardware; variable
3000 system_hardware.hd_nodes = 1; in get_system_configuration()
3001 system_hardware.hd_cpus_per_node = 0; in get_system_configuration()
3003 system_hardware.hd_nodes = (int)nodes_ll; in get_system_configuration()
3004 system_hardware.hd_cpus_per_node = (int)cpus_pernode_ll; in get_system_configuration()
H A Dmp_startup.c422 if (system_hardware.hd_nodes && x86_type != X86_TYPE_P5) { in mp_cpu_configure_common()