/titanic_41/usr/src/uts/intel/io/intel_nhm/ |
H A D | mem_addr.c | 55 int way; in channel_in_interleave() local 94 for (way = start; way < INTERLEAVE_NWAY; way++) { in channel_in_interleave() 95 if (lc == TAD_INTERLEAVE(tad[node][rule].pkg_list, way)) { in channel_in_interleave() 96 *way_p = way; in channel_in_interleave() 97 if (way == 0) { in channel_in_interleave() 98 for (i = way + 1; i < INTERLEAVE_NWAY; i++) { in channel_in_interleave() 121 int way; in address_to_node() local 129 way = (addr >> 6) & 7; in address_to_node() 132 way = ((addr >> 6) & 7) ^ ((addr >> 16) & 7); in address_to_node() 135 way = ((addr >> 4) & 4) | in address_to_node() [all …]
|
/titanic_41/usr/src/cmd/fm/modules/common/cpumem-retire/ |
H A D | cma_cache.c | 41 uint32_t way; in cma_cache_way_retire() local 79 if (nvlist_lookup_uint32(asru, FM_FMRI_CPU_CACHE_WAY, &way) != 0) { in cma_cache_way_retire() 108 cpuid, index, way, bit, type); in cma_cache_way_retire() 118 " type 0x%02x", cpuid, index, way, bit, type); in cma_cache_way_retire() 125 cache_info.way = way; in cma_cache_way_retire()
|
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | mem_cache.c | 368 uint8_t way, l2_state; in print_l2cache_line() local 372 for (way = 0; way < PN_CACHE_NWAYS; way++) { in print_l2cache_line() 373 ecp = &clop->clo_data.chd_l2_data[way]; in print_l2cache_line() 381 way, (uint32_t)ecp->ec_idx, PRTF_64_TO_32(l2_subaddr), in print_l2cache_line() 397 ecdptr = &clop->clo_data.chd_l2_data[way].ec_data in print_l2cache_line() 423 uint8_t way, ec_state; in print_ecache_line() local 427 for (way = 0; way < PN_CACHE_NWAYS; way++) { in print_ecache_line() 428 ecp = &clop->clo_data.chd_ec_data[way]; in print_ecache_line() 436 way, (uint32_t)ecp->ec_idx, PRTF_64_TO_32(ec_subaddr), in print_ecache_line() 453 &clop->clo_data.chd_ec_data[way].ec_data in print_ecache_line() [all …]
|
/titanic_41/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cmd_Lxcache.c | 201 cmd_ptrsubtype_t pstype, int32_t index, int8_t way, int16_t bit) in cmd_Lxcache_lookup_by_type_index_way_bit() argument 209 (Lxcache->Lxcache_way == (uint32_t)way) && in cmd_Lxcache_lookup_by_type_index_way_bit() 220 int8_t way, int16_t bit) in cmd_Lxcache_create() argument 230 pstype_name, cpu->cpu_cpuid, index, way, bit); in cmd_Lxcache_create() 241 Lxcache->Lxcache_way = (uint32_t)way; in cmd_Lxcache_create() 272 index, way, bit); in cmd_Lxcache_create() 280 (uint32_t)way)) != 0 || in cmd_Lxcache_create() 290 "%s_asru_%d_%d_%d", pstype_name, index, way, bit); in cmd_Lxcache_create() 302 int32_t index, int8_t way) in cmd_Lxcache_lookup_by_index_way() argument 309 (cache->Lxcache_way == (uint32_t)way) && in cmd_Lxcache_lookup_by_index_way() [all …]
|
H A D | cmd_Lxcacheerr.c | 333 int8_t way = -1; in bit_to_way() local 337 way = L2TAG_bit_to_way_map[bit & BIT_MASK]; in bit_to_way() 340 way = L3TAG_bit_to_way_map[bit & BIT_MASK]; in bit_to_way() 343 return (way); in bit_to_way() 594 find_bit_stickiness(uint64_t *tag_data, int8_t way, int16_t bit) in find_bit_stickiness() argument 599 if ((tag_data[way] & ((uint64_t)1 << bit)) != 0) in find_bit_stickiness() 963 int8_t way; in cmd_us4plus_tag_err() local 1021 way = -1; in cmd_us4plus_tag_err() 1024 index, way, bit); in cmd_us4plus_tag_err() 1038 fltnm, cpu->cpu_cpuid, index, way, bit); in cmd_us4plus_tag_err() [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | auth.c | 144 findauthenticator(int type, int way) in findauthenticator() argument 148 while (ap->type && (ap->type != type || ap->way != way)) in findauthenticator() 172 Name, ap->type, ap->way); in auth_init() 380 if ((ap->way & AUTH_ENCRYPT_MASK) && !auth_enable_encrypt) in auth_send_retry()
|
H A D | kerberos5.c | 156 *p++ = ap->way; in krb5_send_data() 316 ap_opts = ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_MUTUAL) ? in kerberos5_send() 338 type_check[1] = ap->way; in kerberos5_send() 420 if ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_MUTUAL) { in kerberos5_reply() 449 if ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_MUTUAL) { in kerberos5_reply()
|
H A D | auth.h | 75 int way; member
|
/titanic_41/usr/src/uts/intel/io/intel_nb5000/ |
H A D | intel_nbdrv.c | 70 uint8_t way = 0; in rank_to_base() local 81 way = j; in rank_to_base() 91 if (nb_banks[i].way[branch] && in rank_to_base() 103 *wayp = way; in rank_to_base() 120 uint8_t way; in inb_rank() local 127 &limit, &hole_base, &hole_size, &way, &branch_interleave); in inb_rank() 144 "dimm-rank-interleave-way", (uint32_t)way); in inb_rank()
|
H A D | dimm_addr.c | 193 dimm_add_rank(int branch, int rank, int branch_interleave, int way, in dimm_add_rank() argument 206 rp->way = way; in dimm_add_rank()
|
H A D | rank.h | 40 int way; member
|
H A D | nb5000_init.c | 455 if (nb_banks[i].way[controller] && base >= nb_banks[i].base && in mc_range() 462 if (nb_banks[i].way[0] && nb_banks[i].way[1] && in mc_range() 501 nb_banks[i].way[0] = way0; in nb_mc_init() 502 nb_banks[i].way[1] = way1; in nb_mc_init() 529 if (nb_banks[i].way[0] && in nb_mc_init() 530 nb_banks[i].way[1]) { in nb_mc_init()
|
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | cpu.c | 253 uint32_t cpuid, way; in fmri_nvl2str() local 288 rc |= nvlist_lookup_uint32(nvl, FM_FMRI_CPU_CACHE_WAY, &way); in fmri_nvl2str() 306 FM_FMRI_CPU_CACHE_WAY, way, in fmri_nvl2str() 322 FM_FMRI_CPU_CACHE_WAY, way, in fmri_nvl2str() 373 uint32_t way = 0; in cpu_str2nvl() local 426 way = strtoul(s, &end, 0); in cpu_str2nvl() 467 way); in cpu_str2nvl()
|
/titanic_41/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; in cpu_parity_error() local 2137 way = ch_flt.parity_data.dpe.cpl_way; in cpu_parity_error() 2138 if ((tl == 0) && (way != 0) && in cpu_parity_error() 2142 get_dcache_dtag(index + way * in cpu_parity_error() 2285 int way = ch_flt->parity_data.ipe.cpl_way; in cpu_async_log_ic_parity_err() local 2291 if ((offset != -1) || (way != -1)) { in cpu_async_log_ic_parity_err() 2295 tag_index = ch_flt->parity_data.ipe.cpl_ic[way].ic_idx; in cpu_async_log_ic_parity_err() 2297 ch_flt->parity_data.ipe.cpl_ic[way].ic_way = in cpu_async_log_ic_parity_err() 2300 ch_flt->parity_data.ipe.cpl_ic[way].ic_way = in cpu_async_log_ic_parity_err() [all …]
|
/titanic_41/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
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | mem_cache_ioctl.h | 49 uint32_t way; member
|
H A D | mem_cache.h | 86 uint32_t way; member
|
/titanic_41/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
|
/titanic_41/usr/src/lib/librstp/common/ |
H A D | TODO | 13 standard (now portEnabled variable is realized in 'dirty' way),
|
H A D | README | 28 separate shell (this way you will be able manage them).
|
/titanic_41/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
|
/titanic_41/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
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/privs/ |
H A D | tst.func_access.ksh | 47 /* We have no reliable way to test msgsize */
|
/titanic_41/usr/src/cmd/perl/ |
H A D | THIRDPARTYLICENSE | 48 Package modified in such a way shall still be considered the 51 3. You may otherwise modify your copy of this Package in any way, 117 not change the language in any way that would cause it to fail the
|
/titanic_41/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdd.dfl | 32 # checks described in getusershell(3C) apply either way.
|