Home
last modified time | relevance | path

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

1234567

/illumos-gate/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 …]
/illumos-gate/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 …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dauth.c142 findauthenticator(int type, int way) in findauthenticator() argument
146 while (ap->type && (ap->type != type || ap->way != way)) in findauthenticator()
170 Name, ap->type, ap->way); in auth_init()
378 if ((ap->way & AUTH_ENCRYPT_MASK) && !auth_enable_encrypt) in auth_send_retry()
H A Dkerberos5.c154 *p++ = ap->way; in krb5_send_data()
314 ap_opts = ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_MUTUAL) ? in kerberos5_send()
336 type_check[1] = ap->way; in kerberos5_send()
418 if ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_MUTUAL) { in kerberos5_reply()
447 if ((ap->way & AUTH_HOW_MASK) == AUTH_HOW_MUTUAL) { in kerberos5_reply()
H A Dauth.h73 int way; member
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/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);
2092 int index, way, word; in cpu_parity_error() local
2138 way = ch_flt.parity_data.dpe.cpl_way; in cpu_parity_error()
2139 if ((tl == 0) && (way != 0) && in cpu_parity_error()
2143 get_dcache_dtag(index + way * in cpu_parity_error()
2286 int way = ch_flt->parity_data.ipe.cpl_way; in cpu_async_log_ic_parity_err() local
2292 if ((offset != -1) || (way != -1)) { in cpu_async_log_ic_parity_err()
2296 tag_index = ch_flt->parity_data.ipe.cpl_ic[way].ic_idx; in cpu_async_log_ic_parity_err()
2298 ch_flt->parity_data.ipe.cpl_ic[way].ic_way = in cpu_async_log_ic_parity_err()
2301 ch_flt->parity_data.ipe.cpl_ic[way].ic_way = in cpu_async_log_ic_parity_err()
[all …]
/illumos-gate/usr/src/uts/sun4u/sunfire/ml/
H A Dac_asm.S92 ! restore fp to the way we got it
104 wr %g0, %i4, %fprs ! fpu back to the way it was
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.bit_shifters.remove1 // tvaudio.c deliberately reuses these in a non conventional way
H A Dkernel.parameter_implications.add3 * This gives you a way to tell Smatch about it.
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmem_cache_ioctl.h49 uint32_t way; member
H A Dmem_cache.h84 uint32_t way; member
/illumos-gate/usr/src/lib/librstp/common/
H A DTODO13 standard (now portEnabled variable is realized in 'dirty' way),
H A DREADME28 separate shell (this way you will be able manage them).
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DTask.xs26 # Define any constants that need to be exported. By doing it this way we can
/illumos-gate/usr/src/uts/sun4u/serengeti/ml/
H A Dsbdp_asm.S250 ! restore fp to the way we got it
262 wr %g0, %i4, %fprs ! fpu back to the way it was
/illumos-gate/usr/src/test/os-tests/tests/execvpe/
H A Dexecvpe-noperm17 # This file does not have a #! and that must be kept that way. The point of this
H A Dexecvpe-script17 # This file does not have a #! and that must be kept that way. The point of this
/illumos-gate/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
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.func_access.ksh47 /* We have no reliable way to test msgsize */
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.dfl31 # checks described in getusershell(3C) apply either way.

1234567