Searched refs:PGNAME (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_amd.c | 48 { PGNAME(CS), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 }; 50 { PGNAME(DIMM), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 }; 52 { PGNAME(MCT), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 }; 54 { PGNAME(RANK), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 }; 56 { PGNAME(CHAN), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 }; 185 (void) topo_prop_set_string(chnode, PGNAME(CHAN), "channel", in amd_generic_mc_create() 277 (void) topo_prop_set_string(csnode, PGNAME(CS), in amd_generic_mc_create() 280 (void) topo_prop_set_string(csnode, PGNAME(CS), in amd_generic_mc_create() 283 (void) topo_prop_set_string(csnode, PGNAME(CS), in amd_generic_mc_create() 395 if (topo_prop_get_uint64(pnode, PGNAME(DIMM), "size", &dsz, in amd_rank_create() [all …]
|
H A D | chip.c | 72 { PGNAME(CHIP), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 }; 75 { PGNAME(CORE), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 }; 78 { PGNAME(STRAND), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 }; 280 nerr -= add_nvlist_longprops(mod, strand, cpu, PGNAME(STRAND), NULL, in create_strand() 304 perr += topo_prop_set_string(strand, PGNAME(STRAND), in create_strand() 306 perr += topo_prop_set_string(strand, PGNAME(STRAND), in create_strand() 308 perr += topo_prop_set_string(strand, PGNAME(STRAND), in create_strand() 385 nerr -= add_nvlist_longprops(mod, core, cpu, PGNAME(CORE), NULL, in create_core() 434 perr += topo_prop_set_string(core, PGNAME(CORE), in create_core() 436 perr += topo_prop_set_string(core, PGNAME(CORE), in create_core() [all …]
|
H A D | chip_intel.c | 56 { PGNAME(CHAN), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 }; 58 { PGNAME(DIMM), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 }; 60 { PGNAME(RANK), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 }; 62 { PGNAME(MCT), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 }; 155 (void) nvprop_add(mod, nvp, PGNAME(RANK), rnode); in mc_add_ranks() 256 (void) nvprop_add(mod, nvp, PGNAME(DIMM), in mc_add_dimms() 326 (void) nvprop_add(mod, nvp, PGNAME(CHAN), in mc_add_channel() 426 (void) nvprop_add(mod, nvp, PGNAME(MCT), in mc_nb_create()
|
H A D | chip.h | 67 #define PGNAME(prefix) (prefix##_NODE_NAME "-properties") macro
|
H A D | chip_subr.c | 544 if (topo_prop_get_int32(node, PGNAME(STRAND), STRAND_CHIP_ID, in strand_walker() 546 topo_prop_get_int32(node, PGNAME(STRAND), STRAND_CORE_ID, in strand_walker()
|