Home
last modified time | relevance | path

Searched refs:tag_index (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c286 uint_t tag_index = (i + top) & 7; in pt_fpregs() local
287 uint_t tag_value = (fps.tag >> (tag_index * 2)) & 3; in pt_fpregs()
H A Dproc_amd64dep.c340 uint_t tag_index = (i + top) & 7; in pt_fpregs() local
341 uint_t tag_fctw = (fps.fctw >> tag_index) & 1; in pt_fpregs()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c2288 int tag_index; in cpu_async_log_ic_parity_err() local
2296 tag_index = ch_flt->parity_data.ipe.cpl_ic[way].ic_idx; in cpu_async_log_ic_parity_err()
2299 PN_ICIDX_TO_WAY(tag_index); in cpu_async_log_ic_parity_err()
2302 CH_ICIDX_TO_WAY(tag_index); in cpu_async_log_ic_parity_err()
2314 PN_ICIDX_TO_WAY(tag_index); in cpu_async_log_ic_parity_err()
2317 CH_ICIDX_TO_WAY(tag_index); in cpu_async_log_ic_parity_err()
2333 int tag_index; in cpu_async_log_dc_parity_err() local
2346 CH_PCIDX_TO_WAY(tag_index); in cpu_async_log_dc_parity_err()
2352 CH_DCIDX_TO_WAY(tag_index); in cpu_async_log_dc_parity_err()
2360 tag_index = ch_flt->parity_data.dpe.cpl_dc[way].dc_idx; in cpu_async_log_dc_parity_err()
[all …]
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c632 uint_t tag_index = (i + top) & 7; in prfpregset_n_to_32()
633 uint_t tag_fctw = (src64->fctw >> tag_index) & 1; in prfpregset_n_to_32()
666 dst32->tag |= tag_value << (tag_index * 2); in prfpregset_n_to_32()