Searched refs:t_basepa (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | sbd_mem.c | 535 uint64_t t_basepa; local 627 t_basepa = _ptob64(t_mp->sbm_basepfn); 637 ml->ml_address -= t_basepa; 653 ml->ml_address += t_basepa; 668 ml->ml_address += t_basepa; 712 tmp_basepa = t_basepa & ~ sm; 2175 uint64_t s_basepa, t_basepa; local 2185 t_basepa = t_mlist->ml_address; 2191 t_ml->ml_address -= t_basepa; 2224 t_ml->ml_address += t_basepa; [all...] |
/illumos-gate/usr/src/uts/sun4u/starfire/io/ |
H A D | drmach.c | 1570 uint64_t off_mask, s_copybasepa, t_copybasepa, t_basepa; local 1585 err = drmach_mem_get_base_physaddr(t_id, &t_basepa); 1595 t_basepa + ((c_ml->ml_address & off_mask) - t_slice_offset); 1638 t_basepa, t_size); 1643 t_basepa + t_size);
|
/illumos-gate/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_mem.c | 2676 uint64_t s_basepa, t_basepa; local 2686 t_basepa = t_mlist->ml_address; 2692 t_ml->ml_address -= t_basepa; 2725 t_ml->ml_address += t_basepa;
|
/illumos-gate/usr/src/uts/sun4u/starcat/io/ |
H A D | drmach.c | 2992 uint64_t s_basepa, t_basepa; local 3069 err = drmach_mem_get_base_physaddr(t_mp, &t_basepa); 3073 s_new_basepa = t_basepa & ~ (DRMACH_MEM_SLICE_SIZE - 1); 3105 p = drmach_prep_mc_rename(p, 1, mp, t_basepa, 3129 p = drmach_prep_mc_rename(p, 0, mp, t_basepa, t_new_basepa); 3277 uint64_t off_mask, s_copybasepa, t_copybasepa, t_basepa; local 3293 err = drmach_mem_get_base_physaddr(t_id, &t_basepa); 3303 t_basepa + ((c_ml->ml_address & off_mask) - t_slice_offset); 3346 t_basepa, t_size);
|
Completed in 98 milliseconds