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()
121 int way; in address_to_node() local
193 int way; in address_to_channel() local
302 rir[node][channel][i].way[way].offset * in channel_addr_to_dimm()
309 rir[node][channel][i].way[way].offset * in channel_addr_to_dimm()
314 rank = rir[node][channel][i].way[way].rank; in channel_addr_to_dimm()
431 for (way = 0; way < MAX_RIR_WAY; way++) { in dimm_to_addr()
441 way[way].soffset * VRANK_SZ; in dimm_to_addr()
448 way[way].soffset * VRANK_SZ; in dimm_to_addr()
[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()
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()
529 scratch = (uint64_t)(cache_info->way << in get_tag_addr()
565 if (cache_info->way >= PN_CACHE_NWAYS) in mem_cache_ioctl_ops()
629 cache_info->way); in mem_cache_ioctl_ops()
658 cache_info->way); in mem_cache_ioctl_ops()
[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.c2092 int index, way, word; in cpu_parity_error() local
2139 if ((tl == 0) && (way != 0) && in cpu_parity_error()
2143 get_dcache_dtag(index + way * in cpu_parity_error()
2310 for (way = 0; way < CH_ICACHE_NWAY; way++) { in cpu_async_log_ic_parity_err()
2356 } else if (way != -1) { in cpu_async_log_dc_parity_err()
3996 int way, word, data_byte; in cpu_dcache_parity_check() local
4000 for (way = 0; way < CH_DCACHE_NWAY; way++, dcp++) { in cpu_dcache_parity_check()
4074 &tmp_dcp, way, word); in cpu_dcache_parity_check()
4166 for (way = 0; way < CH_ICACHE_NWAY; way++, icp++) { in cpu_icache_parity_check()
4267 int way, word, pbit, parity_bits; in cpu_pcache_parity_check() local
[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/dtrace/test/tst/common/privs/
H A Dtst.func_access.ksh47 /* We have no reliable way to test msgsize */
/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/ypcmd/yppasswd/
H A Dyppasswdd.dfl31 # checks described in getusershell(3C) apply either way.

1234567