Home
last modified time | relevance | path

Searched refs:strandid (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/fm/libfmd_agent/i386/
H A Dfmd_agent_i386.c98 int strandid, int *old_status) in fmd_agent_cpuop_v1() argument
107 (err = nvlist_add_int32(nvl, FM_CPU_RETIRE_STRAND_ID, strandid)) in fmd_agent_cpuop_v1()
126 int strandid, int *old_status) in fmd_agent_cpuop() argument
135 return (fmd_agent_cpuop_v1(hdl, cmd, chipid, coreid, strandid, in fmd_agent_cpuop()
144 fmd_agent_cpu_retire(fmd_agent_hdl_t *hdl, int chipid, int coreid, int strandid) in fmd_agent_cpu_retire() argument
148 ret = fmd_agent_cpuop(hdl, FM_IOC_CPU_RETIRE, chipid, coreid, strandid, in fmd_agent_cpu_retire()
156 int strandid) in fmd_agent_cpu_isretired() argument
160 ret = fmd_agent_cpuop(hdl, FM_IOC_CPU_STATUS, chipid, coreid, strandid, in fmd_agent_cpu_isretired()
169 int strandid) in fmd_agent_cpu_unretire() argument
174 strandid, NULL); in fmd_agent_cpu_unretire()
/titanic_41/usr/src/uts/intel/io/
H A Ddevfm_machdep.c49 uint_t strandid; /* strandid to match */ member
87 walk_init(fm_cmi_walk_t *wp, uint_t chipid, uint_t coreid, uint_t strandid, in walk_init() argument
92 wp->strandid = strandid; in walk_init()
120 if (wp->strandid != ANY_ID && wp->strandid != cmi_hdl_strandid(hdl)) in select_cmi_hdl()
255 int32_t chipid, coreid, strandid; in fm_ioctl_cpu_retire() local
276 nvlist_lookup_int32(invl, FM_CPU_RETIRE_STRAND_ID, &strandid) != 0) in fm_ioctl_cpu_retire()
279 hdl = cmi_hdl_lookup(CMI_HDL_NEUTRAL, chipid, coreid, strandid); in fm_ioctl_cpu_retire()
/titanic_41/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c93 int chipid, coreid, strandid; /* currently visited cpu */ member
112 wsp->strandid >= CMI_MAX_STRANDID(wsp->strand_nbits)) in cmih_ent_next()
116 wsp->strandid++; in cmih_ent_next()
117 carry = wsp->strandid >> wsp->strand_nbits; in cmih_ent_next()
118 wsp->strandid = wsp->strandid & CMI_MAX_STRANDID(wsp->strand_nbits); in cmih_ent_next()
147 ((wsp->strandid) & CMI_MAX_STRANDID(wsp->strand_nbits)))); in cmih_ent_lookup()
/titanic_41/usr/src/uts/i86pc/os/
H A Dcmi_hw.c1144 uint_t strandid) in cpu_search() argument
1153 xen_physcpu_strandid(cpi) == strandid) in cpu_search()
1167 cmi_ntv_hwstrandid(cp) == strandid) { in cpu_search()
1199 cmi_hdl_ent_lookup(uint_t chipid, uint_t coreid, uint_t strandid) in cmi_hdl_ent_lookup() argument
1222 ((strandid) & CMI_MAX_STRANDID(cmi_strand_nbits)))); in cmi_hdl_ent_lookup()
1229 uint_t strandid) in cmi_hdl_create() argument
1242 if ((priv = cpu_search(class, chipid, coreid, strandid)) == NULL) in cmi_hdl_create()
1263 strandid > CMI_MAX_STRANDID(cmi_strand_nbits)) in cmi_hdl_create()
1272 hdl->cmih_strandid = strandid; in cmi_hdl_create()
1293 ent = cmi_hdl_ent_lookup(chipid, coreid, strandid); in cmi_hdl_create()
[all …]
H A Dcmi.c446 uint_t strandid) in cmi_init() argument
459 if ((hdl = cmi_hdl_create(class, chipid, coreid, strandid)) == NULL) { in cmi_init()
463 chipid, coreid, strandid); in cmi_init()
472 "core %d strand %d\n", chipid, coreid, strandid); in cmi_init()
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip.c200 int32_t strandid, cpuid; in create_strand() local
208 &strandid)) != 0) { in create_strand()
214 if ((strand = topo_node_lookup(pnode, STRAND_NODE_NAME, strandid)) in create_strand()
221 strandid, chip_smbiosid)) == NULL) in create_strand()
H A Dchip_subr.c531 int32_t chipid, coreid, strandid; in strand_walker() local
551 strandid = topo_node_instance(node); in strand_walker()
552 rc = swdp->func(swdp->hdl, chipid, coreid, strandid); in strand_walker()
576 op, (int)chipid, (int)coreid, (int)strandid, rc, in strand_walker()
/titanic_41/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c165 int strandid; member
1861 cp->strandid = portid & 0x1; in drmach_cpu_new()