Home
last modified time | relevance | path

Searched refs:OBP_CPU (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/uts/sun4u/boston/os/
H A Dboston.c450 char tmp_name[sizeof (OBP_CPU) + 1]; /* extra padding */ in plat_lgrp_init()
474 sizeof (OBP_CPU)) == -1 || strcmp(tmp_name, OBP_CPU) != 0) in plat_lgrp_init()
/titanic_41/usr/src/uts/sun4u/seattle/os/
H A Dseattle.c452 char tmp_name[sizeof (OBP_CPU) + 1]; /* extra padding */ in plat_lgrp_init()
476 sizeof (OBP_CPU)) == -1 || strcmp(tmp_name, OBP_CPU) != 0) in plat_lgrp_init()
/titanic_41/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Ddr.c356 if (strcmp(nodename, OBP_CPU) == 0) { in find_cpu()
503 if (strcmp(nodename, OBP_CPU) == 0) { in add_cpus()
536 if (strcmp(dev, OBP_CPU) == 0) in update_devices()
541 if (strcmp(dev, OBP_CPU) == 0) in update_devices()
H A Dmdescplugin.c282 (void) update_devices(OBP_CPU, DEV_ADD); in mdescplugin_init()
283 (void) update_devices(OBP_CPU, DEV_REMOVE); in mdescplugin_init()
/titanic_41/usr/src/uts/sun4u/chicago/os/
H A Dchicago.c209 char tmp_name[sizeof (OBP_CPU)]; in plat_lgrp_init()
233 sizeof (tmp_name)) == -1 || strcmp(tmp_name, OBP_CPU) != 0) in plat_lgrp_init()
/titanic_41/usr/src/uts/intel/sys/
H A Dobpdefs.h77 #define OBP_CPU "cpu" macro
/titanic_41/usr/src/uts/sun/sys/
H A Dobpdefs.h75 #define OBP_CPU "cpu" macro
/titanic_41/usr/src/psm/stand/boot/sparc/common/
H A Dsun4dep.c54 node = prom_findnode_bydevtype(prom_rootnode(), OBP_CPU); in setup_aux()
/titanic_41/usr/src/uts/sun4v/sys/
H A Ddr_util.h95 (t) == DR_TYPE_CPU ? OBP_CPU : \
/titanic_41/usr/src/cmd/mdb/sparc/kmdb/
H A Dkmdb_promif_isadep.c126 if (!prom_devicetype(node, OBP_CPU)) in walk_cpus_cb()
/titanic_41/usr/src/uts/sun4/os/
H A Dmlsetup.c335 node = prom_findnode_bydevtype(prom_rootnode(), OBP_CPU);