Lines Matching refs:s1bp

3256 		drmach_board_t	*s1bp = NULL;  in drmach_prep_xt_mb_for_slice_update()  local
3259 (void *) &s1bp); in drmach_prep_xt_mb_for_slice_update()
3260 if (rv == 0 && s1bp != NULL) { in drmach_prep_xt_mb_for_slice_update()
3261 ASSERT(DRMACH_IS_BOARD_ID(s1bp)); in drmach_prep_xt_mb_for_slice_update()
3262 ASSERT(DRMACH_BNUM2SLOT(s1bp->bnum) == 1); in drmach_prep_xt_mb_for_slice_update()
3263 drmach_prep_xt_mb_for_slice_update(s1bp, slice); in drmach_prep_xt_mb_for_slice_update()
4266 drmach_lpa_bb_get(drmach_board_t *s1bp, uint64_t *basep, uint64_t *boundp) in drmach_lpa_bb_get() argument
4271 ASSERT(DRMACH_BNUM2SLOT(s1bp->bnum) == 1); in drmach_lpa_bb_get()
4274 if (drmach_array_get(drmach_boards, s1bp->bnum - 1, &s0id) == 0 && in drmach_lpa_bb_get()
4278 if ((slice = drmach_slice_table[DRMACH_BNUM2EXP(s1bp->bnum)]) in drmach_lpa_bb_get()
4303 drmach_board_t *s1bp = NULL; in drmach_slot1_lpa_set() local
4309 s1bp = bp; in drmach_slot1_lpa_set()
4310 if (s1bp->devices == NULL) { in drmach_slot1_lpa_set()
4318 s1bp = id; in drmach_slot1_lpa_set()
4319 if (rv == -1 || s1bp == NULL || s1bp->devices == NULL) { in drmach_slot1_lpa_set()
4327 drmach_lpa_bb_get(s1bp, &new_basepa, &new_boundpa); in drmach_slot1_lpa_set()
4329 s1bp->bnum, new_basepa, new_boundpa); in drmach_slot1_lpa_set()
4331 rv = drmach_array_first(s1bp->devices, &idx, &id); in drmach_slot1_lpa_set()
4362 rv = drmach_array_next(s1bp->devices, &idx, &id); in drmach_slot1_lpa_set()
4365 if (is_maxcat && DRMACH_L1_SET_LPA(s1bp) && drmach_reprogram_lpa) { in drmach_slot1_lpa_set()
4371 rv = drmach_array_first(s1bp->devices, &idx, &id); in drmach_slot1_lpa_set()
4388 rv = drmach_array_next(s1bp->devices, in drmach_slot1_lpa_set()
4466 rv = drmach_array_next(s1bp->devices, &idx, &id); in drmach_slot1_lpa_set()
8819 drmach_board_t *s0bp, *s1bp; in drmach_allow_memrange_modify() local
8847 s1bp = s1id; in drmach_allow_memrange_modify()
8848 if (rv == 0 && s1bp != NULL) { in drmach_allow_memrange_modify()
8851 ASSERT(DRMACH_BNUM2SLOT(s1bp->bnum) == 1); in drmach_allow_memrange_modify()
8853 DRMACH_BNUM2EXP(s1bp->bnum)); in drmach_allow_memrange_modify()
8855 if ((s1bp->flags & DRMACH_NULL_PROC_LPA) && in drmach_allow_memrange_modify()
8856 s1bp->devices != NULL) { in drmach_allow_memrange_modify()
8860 rv = drmach_array_first(s1bp->devices, &d_idx, &d_id); in drmach_allow_memrange_modify()
8869 rv = drmach_array_next(s1bp->devices, &d_idx, in drmach_allow_memrange_modify()