Home
last modified time | relevance | path

Searched refs:chip (Results 1 – 25 of 82) sorted by relevance

1234

/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Dintel.esc66 ereport.cpu.intel.frc@chip/core/strand;
71 * detected at chip/core/strand.
195 event upset.discard@chip/core/strand;
198 prop upset.discard@chip/core/strand (0)->
201 ereport.cpu.intel.unknown@chip;
388 prop fault.cpu.intel.nb.fsb@chip (1)->
389 ereport.cpu.intel.nb.fsb@chip;
508 chip/memory-controller;
547 chip/memory-controller;
552 chip/memory-controller (1)->
[all …]
H A Damd64.esc57 * "prop foo@chip/memory-controller/dimm/rank -> blah@chip/core/strand"
61 * all dimms, ranks and cpus on the same chip (since chip appears in the
342 event error.memory.cs_testfail@chip/memory-controller/chip-select;
345 asru(chip/memory-controller/chip-select)))
347 prop error.memory.cs_testfail@chip/memory-controller/chip-select (1)->
352 (confprop_defined(chip/memory-controller/chip-select, s) && \
353 confprop(chip/memory-controller/chip-select, s) == \
357 error.memory.cs_testfail@chip/memory-controller/chip-select
508 event fault.cpu.amd.l1itlb@chip/core/strand, engine=serd.cpu.amd.l1itlb@chip/core/strand;
525 event fault.cpu.amd.l2itlb@chip/core/strand, engine=serd.cpu.amd.l2itlb@chip/core/strand;
[all …]
H A Dgcpu.esc64 event fault.cpu.generic-x86.internal@chip/core/strand,
65 engine=serd.cpu.generic-x86.simple@chip/core/strand;
67 prop fault.cpu.generic-x86.internal@chip/core/strand
75 ereport.cpu.generic-x86.frc@chip/core/strand;
80 * detected at chip/core[/strand].
156 prop fault.cpu.generic-x86.fltleaf@chip/core/strand \
167 prop fault.cpu.generic-x86.fltleaf@chip/core/strand \
210 event upset.discard@chip/core/strand;
212 prop upset.discard@chip/core/strand (0)->
213 ereport.cpu.generic-x86.external@chip/core/strand,
[all …]
H A Dgcpu_amd.esc47 * hc:///motherboard/chip/memory-controller/dram-channel/chip-select
62 * chip-select (must be at least CS_PAGEFLT_THRESH). If a chip-select
77 #define CSPATH chip/memory-controller/dram-channel/chip-select
107 * | includes a chip/memory-controller/dram-channel/chip-select |
143 ereport.cpu.generic-x86.mem_ce@chip/core<>/strand<>;
147 ereport.cpu.generic-x86.mem_ce@chip/core<>/strand<>;
149 event upset.memory.generic-x86.discard@chip/core/strand;
150 prop upset.memory.generic-x86.discard@chip/core/strand
152 ereport.cpu.generic-x86.mem_ce@chip/core/strand;
168 ereport.cpu.generic-x86.mem_ue@chip/core<>/strand<>;
[all …]
/illumos-gate/usr/src/uts/common/io/vr/
H A Dvr.c646 (void*)&vrp->chip.info, in vr_bus_config()
670 vrp->chip.info.name, in vr_bus_config()
671 vrp->chip.revision); in vr_bus_config()
780 vrp->chip.mii.control = in vr_param_init()
2436 v = vrp->chip.link.duplex; in vr_mac_getstat()
2541 v = vrp->chip.phyaddr; in vr_mac_getstat()
2548 v = (vrp->chip.mii.identh << 16) | vrp->chip.mii.identl; in vr_mac_getstat()
2552 v = vrp->chip.link.mau; in vr_mac_getstat()
2741 mask = vrp->chip.mii.anadv & vrp->chip.mii.lpable; in vr_link_state()
3533 vrp->chip.link.speed = in vr_mac_setprop()
[all …]
/illumos-gate/usr/src/cmd/psrinfo/
H A Dpsrinfo.c244 struct pchip *chip; in print_vp() local
251 chip = l1->l_ptr; in print_vp()
263 if ((chip->p_ncore == 1) || (chip->p_ncore == chip->p_nvcpu)) { in print_vp()
266 chip->p_nvcpu, in print_vp()
274 chip->p_nvcpu, in print_vp()
282 if ((chip->p_ncore == 1) || (chip->p_ncore == chip->p_nvcpu)) { in print_vp()
546 struct pchip *chip; in main() local
675 if (chip == NULL) { in main()
678 chip->p_link.l_ptr = chip; in main()
695 chip->p_ncore++; in main()
[all …]
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvatpic.c816 chip->vac_status = in vatpic_data_read()
825 chip->vac_reg_irr = src->reg_irr; in vatpic_data_read()
826 chip->vac_reg_isr = src->reg_isr; in vatpic_data_read()
827 chip->vac_reg_imr = src->reg_imr; in vatpic_data_read()
829 chip->vac_lowprio = src->lowprio; in vatpic_data_read()
830 chip->vac_elc = src->elc; in vatpic_data_read()
890 out->reg_irr = chip->vac_reg_irr; in vatpic_data_write()
891 out->reg_isr = chip->vac_reg_isr; in vatpic_data_write()
892 out->reg_imr = chip->vac_reg_imr; in vatpic_data_write()
894 out->lowprio = chip->vac_lowprio; in vatpic_data_write()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.c79 int is_t4(enum chip_type chip) in is_t4() argument
81 return (CHELSIO_CHIP_VERSION(chip) == CHELSIO_T4); in is_t4()
84 int is_t5(enum chip_type chip) in is_t5() argument
87 return (CHELSIO_CHIP_VERSION(chip) == CHELSIO_T5); in is_t5()
90 int is_t6(enum chip_type chip) in is_t6() argument
92 return (CHELSIO_CHIP_VERSION(chip) == CHELSIO_T6); in is_t6()
95 int is_fpga(enum chip_type chip) in is_fpga() argument
97 return chip & CHELSIO_CHIP_FPGA; in is_fpga()
H A Dt4_chip_type.h79 int is_t4(enum chip_type chip);
80 int is_t5(enum chip_type chip);
81 int is_t6(enum chip_type chip);
82 int is_fpga(enum chip_type chip);
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_temp.c36 int32_t chip, core; in chip_create_core_temp_sensor() local
41 if (topo_prop_get_int32(pnode, PGNAME(CORE), CORE_CHIP_ID, &chip, in chip_create_core_temp_sensor()
47 chip, core) >= sizeof (buf)) { in chip_create_core_temp_sensor()
80 int32_t chip; in chip_create_chip_temp_sensor() local
83 chip = topo_node_instance(pnode); in chip_create_chip_temp_sensor()
86 chip) >= sizeof (buf)) { in chip_create_chip_temp_sensor()
H A Dchip.c482 tnode_t *chip; in create_chip() local
584 if (topo_node_resource(chip, &fmri, &perr) != 0) in create_chip()
588 (void) topo_node_fru_set(chip, NULL, 0, &perr); in create_chip()
594 if (topo_node_fru_set(chip, fmri, 0, &perr) in create_chip()
616 perr += topo_prop_set_string(chip, PGNAME(CHIP), in create_chip()
619 perr += topo_prop_set_string(chip, PGNAME(CHIP), in create_chip()
622 perr += topo_prop_set_string(chip, PGNAME(CHIP), in create_chip()
633 if (topo_node_label_set(chip, label, &perr) in create_chip()
645 (void) topo_node_fru_set(chip, fmri, 0, &perr); in create_chip()
670 (void) chip_create_chip_temp_sensor(mod, chip); in create_chip()
[all …]
H A Dchip_label.c179 tnode_t *chip; in simple_dimm_label_mp() local
214 chip = topo_node_parent(topo_node_parent(node)); in simple_dimm_label_mp()
268 tnode_t *chip; in seq_dimm_label() local
294 chip = topo_node_parent(topo_node_parent(node)); in seq_dimm_label()
299 + (topo_node_instance(chip) * 4) + offset)); in seq_dimm_label()
303 (((topo_node_instance(chip) + 1) * 4) in seq_dimm_label()
673 tnode_t *chip, *chan; in simple_cs_label_mp() local
720 tnode_t *chip; in g4_dimm_label() local
748 chip = topo_node_parent(topo_node_parent(node)); in g4_dimm_label()
752 PRIu64 ": %s\n", topo_node_name(chip), in g4_dimm_label()
[all …]
H A DMakefile27 MODULE = chip
32 MODULESRCS = chip.c chip_label.c chip_subr.c chip_amd.c chip_intel.c \
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dintel_nhmdrv.c121 int chip; in inhm_mc_ioctl() local
128 chip = getminor(dev) % MAX_CPU_NODES; in inhm_mc_ioctl()
129 if (inhm_mc_nvl[chip] == NULL || in inhm_mc_ioctl()
135 if (inhm_mc_nvl[chip]) in inhm_mc_ioctl()
137 inhm_create_nvl(chip); in inhm_mc_ioctl()
143 mcs.mcs_size = (uint32_t)inhm_mc_snapshotsz[chip]; in inhm_mc_ioctl()
151 if (ddi_copyout(inhm_mc_snapshot[chip], (void *)arg, in inhm_mc_ioctl()
152 inhm_mc_snapshotsz[chip], mode) < 0) in inhm_mc_ioctl()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c252 enum chip_type chip) in view_ext_entity() argument
295 chip); in view_ext_entity()
662 if (is_t5(chip)) in view_cim_la()
664 else if (is_t6(chip)) in view_cim_la()
3508 if (is_t5(chip)) in view_wtp()
4058 if (is_t6(chip)) { in view_mps_tcam()
4221 if (is_t5(chip)) in view_dump_context()
4228 if (is_t5(chip)) in view_dump_context()
4237 if (is_t5(chip)) in view_dump_context()
4669 if (is_t6(chip)) { in view_sge_indirect()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c234 uint16_t chip = ha->device_id; in ql_populate_hba_fru_details() local
326 switch (chip & 0xFF00) { in ql_populate_hba_fru_details()
328 attrs->supported_speed = chip == 0x2071 ? in ql_populate_hba_fru_details()
332 attrs->supported_speed = chip == 0x2261 ? in ql_populate_hba_fru_details()
411 switch (chip & 0xFF00) { in ql_populate_hba_fru_details()
431 "%x", chip); in ql_populate_hba_fru_details()
433 FCHBA_MODEL_DESCRIPTION_LEN, "%x", chip); in ql_populate_hba_fru_details()
460 "%x", chip); in ql_populate_hba_fru_details()
462 FCHBA_MODEL_DESCRIPTION_LEN, "%x", chip); in ql_populate_hba_fru_details()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl_cfg.h60 #define OPL_PORTID(board, chip) ((1 << 10) | (board << 5) | (chip << 3)) argument
62 #define OPL_CPUID(board, chip, core, cpu) \ argument
64 ((board << 5) | (chip << 3) | (core << 1) | (cpu))
69 #define OPL_PROC_AS(board, chip) \ argument
72 (1ULL << 33) | ((uint64_t)chip << 4))
/illumos-gate/usr/src/lib/fm/topo/modules/common/zen/
H A Dtopo_zen_tn.c432 tnode_t *chip = sock->ztes_tn; in topo_zen_build_ccds() local
434 if (topo_node_range_create(mod, chip, CCD, 0, sock->ztes_nccd - 1) != in topo_zen_build_ccds()
452 zt_ccd->ztccd_tn = topo_zen_create_tn(mod, sock, chip, ccdno, in topo_zen_build_ccds()
505 tnode_t *chip; in topo_zen_build_chip() local
507 chip = topo_zen_create_tn(mod, sock, pnode, inst, CHIP); in topo_zen_build_chip()
508 if (chip == NULL) { in topo_zen_build_chip()
512 if (topo_create_props(mod, chip, TOPO_PROP_IMMUTABLE, in topo_zen_build_chip()
520 topo_node_unbind(chip); in topo_zen_build_chip()
524 if (sock->ztes_cpu_rev != NULL && topo_create_props(mod, chip, in topo_zen_build_chip()
528 topo_node_unbind(chip); in topo_zen_build_chip()
[all …]
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_chip.c697 chip_id_t *chip = &rgep->chipid; in rge_chip_ident() local
706 chip->mac_ver = val32; in rge_chip_ident()
713 chip->enable_mac_first = !chip->is_pcie; in rge_chip_ident()
715 chip->is_pcie = B_FALSE; in rge_chip_ident()
723 chip->phy_ver = val16; in rge_chip_ident()
746 if (chip->is_pcie) { in rge_chip_ident()
773 chip->rxconfig = RX_CONFIG_DEFAULT; in rge_chip_ident()
774 chip->txconfig = TX_CONFIG_DEFAULT; in rge_chip_ident()
782 rgep->ifname, chip->mac_ver, chip->phy_ver)); in rge_chip_ident()
888 chip_id_t *chip = &rgep->chipid; in rge_chip_init() local
[all …]
/illumos-gate/usr/src/uts/sun4u/tazmo/io/
H A Denvctrl.c2901 chip.type = PCF8574A; in envctrl_set_fsp()
2908 chip.val = ~chip.val; in envctrl_set_fsp()
2925 oldtype = chip->type; in envctrl_get_dskled()
2926 chip->type = PCF8574; in envctrl_get_dskled()
2928 chip->type = oldtype; in envctrl_get_dskled()
2929 chip->val = ~chip->val; in envctrl_get_dskled()
3012 switch (chip->type) { in envctrl_set_dskled()
3031 chip->val = ~(chip->val); in envctrl_set_dskled()
3231 chip.type = PCF8574; in envctrl_init_encl_kstats()
3238 i, ~chip.val); in envctrl_init_encl_kstats()
[all …]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dsched.d73 inline chipid_t chip = curcpu->cpu_chip; variable
74 #pragma D attributes Stable/Stable/Common chip
75 #pragma D binding "1.0" chip
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Djtag.c243 jtag_log_comp *chip; /* pointer to chip descriptor */ member
1643 if (rc->chip == chip) { in find_chip()
1826 jtag_log_comp *chip; in jtag_init_chip() local
1836 chip = component->chip; in jtag_init_chip()
1837 pdesc = chip->init_pdesc; in jtag_init_chip()
1859 chip->init_code, scan_in, chip->dr_len, in jtag_init_chip()
1872 if (jtag_bf_cmp(scan_in, scan_out, chip->dr_len) != 0) in jtag_init_chip()
1896 jtag_log_comp *chip; in jtag_scanout_chip() local
1907 chip = component->chip; in jtag_scanout_chip()
1909 p = chip->fmt_desc; in jtag_scanout_chip()
[all …]
/illumos-gate/usr/src/uts/common/io/axf/
H A Daxf_usbgem.c255 struct chip_info *chip; member
338 val8 = lp->chip->gpio_reset[1] in axf_reset_phy()
339 | lp->chip->gpio_speed[dp->speed] in axf_reset_phy()
340 | lp->chip->gpio_duplex[dp->full_duplex]; in axf_reset_phy()
346 val8 = lp->chip->gpio_reset[0] in axf_reset_phy()
347 | lp->chip->gpio_speed[dp->speed] in axf_reset_phy()
348 | lp->chip->gpio_duplex[dp->full_duplex]; in axf_reset_phy()
618 gpio = lp->chip->gpio_reset[0]; in axf_set_media()
673 gpio |= lp->chip->gpio_duplex[dp->full_duplex ? 1 : 0]; in axf_set_media()
1026 if (lp->chip->vid == 0x07b8 && lp->chip->pid == 0x420a) { in axf_attach_chip()
[all …]
/illumos-gate/usr/src/uts/intel/os/
H A Dcpc_subr.c244 pg_cmt_t *chip; in kcpc_hw_lwp_hook() local
263 while ((chip = group_iterate(chips, &i)) != NULL) { in kcpc_hw_lwp_hook()
264 if (GROUP_SIZE(&chip->cmt_cpus_actv) > 1) { in kcpc_hw_lwp_hook()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_lib.c884 if (!is_t4(padap->params.chip)) { in collect_wc_stats()
957 if (is_t5(padap->params.chip)) { in fill_meminfo()
1725 rss_conf->chip = padap->params.chip; in collect_rss_config()
2617 if (is_t4(padap->params.chip)) in collect_mem_info()
2830 if (is_t4(padap->params.chip)) in collect_reg_dump()
2832 else if (is_t5(padap->params.chip) || is_t6(padap->params.chip)) in collect_reg_dump()
3568 if (is_t5(padap->params.chip)) in collect_mps_tcam()
4078 if (is_t5(padap->params.chip)) in collect_tp_indirect()
4116 if (is_t5(padap->params.chip)) in collect_tp_indirect()
4144 if (is_t5(padap->params.chip)) in collect_tp_indirect()
[all …]

1234