HomeSort by relevance Sort by last modified time
    Searched refs:CHIP (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
gmem.esc 59 MEMUE_ERPT(chip);
76 FLT_MEM_UE_BANK(chip);
94 FLT_MEM_UE_PAGE(chip);
99 #define CHIP chip
103 #define CONTAINS_CHIP (payloadprop_contains("sender", asru(CHIP)))
107 engine serd.memory.generic-sparc.membuf-crc@CHIP, N=120, T=30min;
112 event fault.memory.memlink@CHIP,
113 engine=serd.memory.generic-sparc.membuf-crc@CHIP;
121 * - if detector is chip or memory-controller, the sender is memory-buffer
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/libtopo/common/
topo_hc.h 44 #define CHIP "chip"
47 #define CHIP_SELECT "chip-select"
hc.c 148 { CHIP, TOPO_STABILITY_PRIVATE },
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/chip/
chip_sun4v.c 46 * system. For each chip found, the necessary nodes (one or more cores, and
52 #define CHIP_NODE_NAME "chip"
64 { "chip", FM_FMRI_SCHEME_HC, CHIP_VERSION, &chip_ops };
77 md_info_t *chip; local
81 topo_mod_dprintf(mod, "initializing chip enumerator\n");
83 if ((chip = topo_mod_zalloc(mod, sizeof (md_info_t))) == NULL)
86 if (cpu_mdesc_init(mod, chip) != 0) {
88 topo_mod_free(mod, chip, sizeof (md_info_t));
92 topo_mod_setspecific(mod, (void *)chip);
97 cpu_mdesc_fini(mod, chip);
110 md_info_t *chip; local
416 md_info_t *chip = (md_info_t *)arg; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
x86pi.c 66 * chip enumerator
234 * CMP Chip/Core/Strands
385 * make sure the chip handle below is part of it.
390 /* make sure the chip enum is loaded */
391 topo_mod_dprintf(mod, "%s: loading chip enum\n", f);
393 if (topo_mod_load(mod, CHIP, TOPO_VERSION) == NULL) {
396 CHIP, topo_strerror(topo_mod_errno(mod)));
400 "%s: chip range %d to %d\n",
403 CHIP, min, max);
410 /* call the chip enumerator *
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/cpuboard/
cpuboard.c 388 parent, CHIP, CHIP, inst, inst, NULL) != 0) {
400 if ((rp = topo_mod_load(mp, CHIP, TOPO_VERSION)) == NULL) {
403 CPUBOARD, CHIP, errno, strerror(errno));
505 if (topo_node_range_create(mod, cpuboardn, CHIP, 0,
508 topo_mod_dprintf(mod, "topo_node_range_create CHIP "
513 topo_mod_dprintf(mod, "Enumeration of chip "
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
chip.c 52 #include "chip.h"
59 * system. For each chip found, the necessary nodes (one or more cores, and
72 { PGNAME(CHIP), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 };
113 topo_mod_dprintf(mod, "initializing chip enumerator\n");
346 * Inherit FRU from the chip node, for native, we use hc
459 tnode_t *chip; local
495 ": enumerating x86pi & chip topology, but"
496 " no Chip properties from SMBIOS"
509 if ((chip = topo_node_lookup(pnode, CHIP_NODE_NAME, chipid)) == NULL) {
510 if ((chip = create_node(mod, pnode, auth, CHIP_NODE_NAME
    [all...]
chip_amd.c 42 #include "chip.h"
130 * for the chip revision. The memory-controller node has already been
133 * We create a tree of dram-channel and chip-select nodes below the
134 * memory-controller node. There will be two dram channels and 8 chip-selects
224 * Dynamic ASRU for page faults within a chip-select.
229 * for DIMMS and apply to chip-select nodes.
252 * the chip-select node. Use the channel & chip-select
289 * We apply DIMM labels to chip-select nodes,
290 * FRU for chip-selects should be DIMMs, an
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
pi_cpu.c 72 * If the hc_name is "chip" or "core", set asru to resource,
75 if (strcmp(hc_name, CHIP) == 0 || strcmp(hc_name, CORE) == 0) {
87 * is on the chip itself and while it may be part of an ereport
93 * Find the serial number, which is on the "chip" node, not the
pi_walker.c 73 {pi_enum_cpu, CHIP},
83 {pi_cpu_methods, CHIP},
  /onnv/onnv-gate/usr/src/cmd/fps/fptest/
Makefile 47 CHIP = -xchip=ultra3
53 $(CHIP) -_cc=-fsimple=0 $(VISARCH) -_gcc="-D__SUNPRO_C=1"\

Completed in 3839 milliseconds