Home
last modified time | relevance | path

Searched refs:way (Results 1 – 25 of 167) sorted by relevance

1234567

/titanic_50/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.c55 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_50/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_cache.c41 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_50/usr/src/uts/sun4u/io/
H A Dmem_cache.c368 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_50/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_Lxcache.c201 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 Dcmd_Lxcacheerr.c333 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_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dauth.c144 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 Dkerberos5.c156 *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 Dauth.h75 int way; member
/titanic_50/usr/src/uts/intel/io/intel_nb5000/
H A Dintel_nbdrv.c70 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 Ddimm_addr.c193 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 Drank.h40 int way; member
H A Dnb5000_init.c455 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_50/usr/src/lib/fm/topo/libtopo/common/
H A Dcpu.c253 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_50/usr/src/uts/sun4u/cpu/
H A Dus3_common.c168 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_50/usr/src/uts/sun4u/sunfire/ml/
H A Dac_asm.s104 ! restore fp to the way we got it
116 wr %g0, %i4, %fprs ! fpu back to the way it was
/titanic_50/usr/src/uts/sun4u/sys/
H A Dmem_cache_ioctl.h49 uint32_t way; member
H A Dmem_cache.h86 uint32_t way; member
/titanic_50/usr/src/lib/libbc/libc/sys/common/sparc/
H A Dsendsig.s33 ! Call a signal handler in a way that's compatible with statically
/titanic_50/usr/src/lib/librstp/common/
H A DTODO13 standard (now portEnabled variable is realized in 'dirty' way),
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DTask.xs36 # Define any constants that need to be exported. By doing it this way we can
/titanic_50/usr/src/uts/sun4u/serengeti/ml/
H A Dsbdp_asm.s291 ! restore fp to the way we got it
303 wr %g0, %i4, %fprs ! fpu back to the way it was
/titanic_50/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.func_access.ksh47 /* We have no reliable way to test msgsize */
/titanic_50/usr/src/cmd/perl/
H A DTHIRDPARTYLICENSE48 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_50/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.dfl32 # checks described in getusershell(3C) apply either way.
/titanic_50/usr/src/lib/iconv_modules/utf-8/common/tbls/
H A DREADME37 There will be inevitable mappings from U+0025 to 0x25 of CP864 by the way.

1234567