Searched refs:tsd_paddr (Results 1 – 1 of 1) sorted by relevance
2149 psaddr_t tsd_paddr; in __td_thr_tsd() local2172 &tsd_paddr, sizeof (tsd_paddr)) != PS_OK) in __td_thr_tsd()2174 else if (tsd_paddr != NULL && in __td_thr_tsd()2175 ps_pdread(ph_p, tsd_paddr, &stsd, sizeof (stsd)) != PS_OK) in __td_thr_tsd()2179 nkey = tsd_paddr == NULL ? TSD_NFAST : stsd.tsd_nalloc; in __td_thr_tsd()2182 tsd_paddr = (psaddr_t)&ulwp->ul_ftsd[0]; in __td_thr_tsd()2206 tsd_paddr = (psaddr_t)&ulwp->ul_ftsd[0]; in __td_thr_tsd()2208 tsd_paddr = addr; in __td_thr_tsd()2231 if (ps_pdread(ph_p, tsd_paddr + key * sizeof (void *), in __td_thr_tsd()2240 if (ps_pdread(ph_p, tsd_paddr + key * sizeof (caddr32_t), in __td_thr_tsd()