Searched refs:tag_index (Results 1 – 4 of 4) sorted by relevance
286 uint_t tag_index = (i + top) & 7; in pt_fpregs() local287 uint_t tag_value = (fps.tag >> (tag_index * 2)) & 3; in pt_fpregs()
340 uint_t tag_index = (i + top) & 7; in pt_fpregs() local341 uint_t tag_fctw = (fps.fctw >> tag_index) & 1; in pt_fpregs()
2288 int tag_index; in cpu_async_log_ic_parity_err() local2296 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()2311 tag_index = ch_flt->parity_data.ipe.cpl_ic[way].ic_idx; 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() local2344 tag_index = ch_flt->parity_data.dpe.cpl_pc[way].pc_idx; in cpu_async_log_dc_parity_err()2346 CH_PCIDX_TO_WAY(tag_index); in cpu_async_log_dc_parity_err()[all …]
632 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()