/illumos-gate/usr/src/uts/intel/io/intel_nb5000/ |
H A D | rank.h | 40 int way; member in struct:rank_base
|
H A D | intel_nbdrv.c | 70 uint8_t way = 0; local 81 way = j; 91 if (nb_banks[i].way[branch] && 103 *wayp = way; 120 uint8_t way; local 127 &limit, &hole_base, &hole_size, &way, &branch_interleave); 144 "dimm-rank-interleave-way", (uint32_t)way);
|
H A D | dimm_addr.c | 193 dimm_add_rank(int branch, int rank, int branch_interleave, int way, argument 206 rp->way = way;
|
H A D | nb5000_init.c | 455 if (nb_banks[i].way[controller] && base >= nb_banks[i].base && 462 if (nb_banks[i].way[0] && nb_banks[i].way[1] && 501 nb_banks[i].way[0] = way0; 502 nb_banks[i].way[1] = way1; 529 if (nb_banks[i].way[0] && 530 nb_banks[i].way[1]) {
|
H A D | nb_log.h | 245 uint8_t way[2]; member in struct:bank_select
|
/illumos-gate/usr/src/uts/intel/io/intel_nhm/ |
H A D | mem_addr.c | 55 int way; local 94 for (way = start; way < INTERLEAVE_NWAY; way++) { 95 if (lc == TAD_INTERLEAVE(tad[node][rule].pkg_list, way)) { 96 *way_p = way; 97 if (way == 0) { 98 for (i = way + 1; i < INTERLEAVE_NWAY; i++) { 121 int way; local 129 way 193 int way; local 291 int way; local 408 int way, xway; local 866 set_rank(int socket, int channel, int rule, int way, int rank, uint64_t rank_addr) argument [all...] |
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/ |
H A D | cma_cache.c | 41 uint32_t way; local 79 if (nvlist_lookup_uint32(asru, FM_FMRI_CPU_CACHE_WAY, &way) != 0) { 105 "cpu %d: Unretire for index %d, way %d\n bit %d" 108 cpuid, index, way, bit, type); 117 "cpu %d: Retiring index %d, way %d\n bit %d" 118 " type 0x%02x", cpuid, index, way, bit, type); 125 cache_info.way = way;
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | mem_cache_ioctl.h | 49 uint32_t way; member in struct:cache_info32
|
H A D | mem_cache.h | 86 uint32_t way; member in struct:cache_info
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | mem_cache.c | 368 uint8_t way, l2_state; local 372 for (way = 0; way < PN_CACHE_NWAYS; way++) { 373 ecp = &clop->clo_data.chd_l2_data[way]; 381 way, (uint32_t)ecp->ec_idx, PRTF_64_TO_32(l2_subaddr), 397 ecdptr = &clop->clo_data.chd_l2_data[way].ec_data 415 } /* end of for way loop */ 423 uint8_t way, ec_state; local 427 for (way [all...] |
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/ |
H A D | sendsig.s | 33 ! Call a signal handler in a way that's compatible with statically
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | auth.h | 75 int way; member in struct:XauthP
|
H A D | auth.c | 144 findauthenticator(int type, int way) argument 148 while (ap->type && (ap->type != type || ap->way != way)) 172 Name, ap->type, ap->way); 380 if ((ap->way & AUTH_ENCRYPT_MASK) && !auth_enable_encrypt)
|
H A D | kerberos5.c | 156 *p++ = ap->way; 316 ap_opts = ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_MUTUAL) ? 338 type_check[1] = ap->way; 420 if ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_MUTUAL) { 449 if ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_MUTUAL) {
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/ |
H A D | Task.xs | 26 # Define any constants that need to be exported. By doing it this way we can
|
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cmd_Lxcache.c | 137 " way = %d\n" 201 cmd_ptrsubtype_t pstype, int32_t index, int8_t way, int16_t bit) 209 (Lxcache->Lxcache_way == (uint32_t)way) && 220 int8_t way, int16_t bit) 229 "\n%s:cpu_id %d:Creating new Lxcache for index=%d way=%d bit=%d\n", 230 pstype_name, cpu->cpu_cpuid, index, way, bit); 241 Lxcache->Lxcache_way = (uint32_t)way; 272 index, way, bit); 280 (uint32_t)way)) != 0 || 290 "%s_asru_%d_%d_%d", pstype_name, index, way, bi 200 cmd_Lxcache_lookup_by_type_index_way_bit(cmd_cpu_t *cpu, cmd_ptrsubtype_t pstype, int32_t index, int8_t way, int16_t bit) argument 218 cmd_Lxcache_create(fmd_hdl_t *hdl, cmd_xr_t *xr, cmd_cpu_t *cpu, nvlist_t *modasru, cmd_ptrsubtype_t pstype, int32_t index, int8_t way, int16_t bit) argument 301 cmd_Lxcache_lookup_by_index_way(cmd_cpu_t *cpu, cmd_ptrsubtype_t pstype, int32_t index, int8_t way) argument 472 cmd_Lxcache_serdnm_create(fmd_hdl_t *hdl, uint32_t cpu_id, cmd_ptrsubtype_t pstype, int32_t index, int8_t way, int16_t bit) argument 489 cmd_Lxcache_anonymous_serdnm_create(fmd_hdl_t *hdl, uint32_t cpu_id, cmd_ptrsubtype_t pstype, int32_t index, int8_t way, int16_t bit) argument 879 cmd_Lxcache_lookup_by_type_index_way_flags(cmd_cpu_t *cpu, cmd_ptrsubtype_t type, int32_t index, int8_t way, int32_t flags) argument 1017 cmd_Lxcache_lookup_by_type_index_way_reason(cmd_cpu_t *cpu, cmd_ptrsubtype_t pstype, int32_t index, int8_t way, int32_t reason) argument 1091 uint32_t cpuid, way; local [all...] |
H A D | cmd_Lxcacheerr.c | 333 int8_t way = -1; local 337 way = L2TAG_bit_to_way_map[bit & BIT_MASK]; 340 way = L3TAG_bit_to_way_map[bit & BIT_MASK]; 343 return (way); 507 data_for_ecc_gen[1] = state[0]; /* way 0 state */ 509 (state[1] << 3); /* way 1 state */ 511 (state[2] << 6); /* way 2 state */ 513 (state[3] << 9); /* way 3 state */ 514 data_for_ecc_gen[1] |= (ptag[0] << 12); /* way 0 ptag */ 515 data_for_ecc_gen[1] |= (ptag[2] << 36); /* way 594 find_bit_stickiness(uint64_t *tag_data, int8_t way, int16_t bit) argument 963 int8_t way; local 1518 int8_t way; local [all...] |
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/ |
H A D | tst.func_access.ksh | 47 /* We have no reliable way to test msgsize */
|
/illumos-gate/usr/src/uts/sun4u/sunfire/ml/ |
H A D | ac_asm.s | 104 ! restore fp to the way we got it 116 wr %g0, %i4, %fprs ! fpu back to the way it was
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | cpu.c | 253 uint32_t cpuid, way; local 283 * Cache index, way and type are optional elements 288 rc |= nvlist_lookup_uint32(nvl, FM_FMRI_CPU_CACHE_WAY, &way); 306 FM_FMRI_CPU_CACHE_WAY, way, 322 FM_FMRI_CPU_CACHE_WAY, way, 373 uint32_t way = 0; local 426 way = strtoul(s, &end, 0); 467 way);
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | us3_common.c | 168 ch_dc_data_t *dest_dcp, ch_dc_data_t *src_dcp, int way, int word); 2091 int index, way, word; local 2135 * ddspe error can only occur if the way == 0 2137 way = ch_flt.parity_data.dpe.cpl_way; 2138 if ((tl == 0) && (way != 0) && 2142 get_dcache_dtag(index + way * 2177 } /* (tl == 0) && (way != 0) && IS JALAPENO */ 2285 int way = ch_flt->parity_data.ipe.cpl_way; local 2291 if ((offset != -1) || (way != -1)) { 2295 tag_index = ch_flt->parity_data.ipe.cpl_ic[way] 2330 int way = ch_flt->parity_data.dpe.cpl_way; local 3995 int way, word, data_byte; local 4081 cpu_record_dc_data_parity(ch_async_flt_t *ch_flt, ch_dc_data_t *dest_dcp, ch_dc_data_t *src_dcp, int way, int word) argument 4134 int flt_index, way, instr, num_instr; local 4266 int way, word, pbit, parity_bits; local [all...] |
/illumos-gate/usr/src/cmd/sgs/rtld/i386/ |
H A D | boot.s | 124 call .L1 / only way to get IP into a register
|
/illumos-gate/usr/src/cmd/sgs/tools/ |
H A D | libconv_mk_report_bufsize.pl | 65 * It is done this way because:
|
/illumos-gate/usr/src/uts/sun4u/serengeti/ml/ |
H A D | sbdp_asm.s | 291 ! restore fp to the way we got it 303 wr %g0, %i4, %fprs ! fpu back to the way it was
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.xs | 92 # Define any constants that need to be exported. By doing it this way we can
|