Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/libfmd_agent/i386/
H A Dfmd_agent_i386.c96 int strandid, int *old_status) in fmd_agent_cpuop_v1() argument
105 (err = nvlist_add_int32(nvl, FM_CPU_RETIRE_STRAND_ID, strandid)) in fmd_agent_cpuop_v1()
124 int strandid, int *old_status) in fmd_agent_cpuop() argument
133 return (fmd_agent_cpuop_v1(hdl, cmd, chipid, coreid, strandid, in fmd_agent_cpuop()
142 fmd_agent_cpu_retire(fmd_agent_hdl_t *hdl, int chipid, int coreid, int strandid) in fmd_agent_cpu_retire() argument
146 ret = fmd_agent_cpuop(hdl, FM_IOC_CPU_RETIRE, chipid, coreid, strandid, in fmd_agent_cpu_retire()
154 int strandid) in fmd_agent_cpu_isretired() argument
158 ret = fmd_agent_cpuop(hdl, FM_IOC_CPU_STATUS, chipid, coreid, strandid, in fmd_agent_cpu_isretired()
167 int strandid) in fmd_agent_cpu_unretire() argument
172 strandid, NULL); in fmd_agent_cpu_unretire()
/illumos-gate/usr/src/uts/intel/io/
H A Ddevfm_machdep.c51 uint_t strandid; /* strandid to match */ member
89 walk_init(fm_cmi_walk_t *wp, uint_t chipid, uint_t coreid, uint_t strandid, in walk_init() argument
94 wp->strandid = strandid; in walk_init()
122 if (wp->strandid != ANY_ID && wp->strandid != cmi_hdl_strandid(hdl)) in select_cmi_hdl()
268 int32_t chipid, coreid, strandid; in fm_ioctl_cpu_retire() local
289 nvlist_lookup_int32(invl, FM_CPU_RETIRE_STRAND_ID, &strandid) != 0) in fm_ioctl_cpu_retire()
292 hdl = cmi_hdl_lookup(CMI_HDL_NEUTRAL, chipid, coreid, strandid); in fm_ioctl_cpu_retire()
/illumos-gate/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()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c1203 uint_t strandid) in cpu_search() argument
1212 xen_physcpu_strandid(cpi) == strandid) in cpu_search()
1226 cmi_ntv_hwstrandid(cp) == strandid) { in cpu_search()
1288 uint_t strandid) in cmi_hdl_create() argument
1331 strandid > CMI_MAX_STRANDID(cmi_strand_nbits)) in cmi_hdl_create()
1340 hdl->cmih_strandid = strandid; in cmi_hdl_create()
1361 ent = cmi_hdl_ent_lookup(chipid, coreid, strandid); in cmi_hdl_create()
1373 chipid, coreid, strandid); in cmi_hdl_create()
1556 uint_t strandid) in cmi_hdl_lookup() argument
1562 strandid > CMI_MAX_STRANDID(cmi_strand_nbits)) in cmi_hdl_lookup()
[all …]
H A Dcmi.c440 uint_t strandid) in cmi_init() argument
453 if ((hdl = cmi_hdl_create(class, chipid, coreid, strandid)) == NULL) { in cmi_init()
457 chipid, coreid, strandid); in cmi_init()
466 "core %d strand %d\n", chipid, coreid, strandid); in cmi_init()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip.c216 int32_t strandid, cpuid; in create_strand() local
224 &strandid)) != 0) { in create_strand()
230 if ((strand = topo_node_lookup(pnode, STRAND_NODE_NAME, strandid)) in create_strand()
237 strandid, cpu, chip_smbiosid)) == NULL) in create_strand()
H A Dchip_subr.c533 int32_t chipid, coreid, strandid; in strand_walker() local
553 strandid = topo_node_instance(node); in strand_walker()
554 rc = swdp->func(swdp->hdl, chipid, coreid, strandid); in strand_walker()
578 op, (int)chipid, (int)coreid, (int)strandid, rc, in strand_walker()
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c169 int strandid; member
1865 cp->strandid = portid & 0x1; in drmach_cpu_new()