Home | History | Annotate | Download | only in uvm

Lines Matching refs:uvm_physseg_get_next

442 	     bank = uvm_physseg_get_next(bank)) {
1201 ATF_TC(uvm_physseg_get_next);
1202 ATF_TC_HEAD(uvm_physseg_get_next, tc)
1205 segment using the uvm_physseg_get_next() call.");
1207 ATF_TC_BODY(uvm_physseg_get_next, tc)
1225 uvm_physseg_get_next(upm));
1236 upm = uvm_physseg_get_next(upm); /* Fetch Next */
1252 upm = uvm_physseg_get_next(upm); /* Fetch Next */
1264 correctly when uvm_physseg_get_next() is called with invalid \
1271 ATF_CHECK_EQ(UVM_PHYSSEG_TYPE_INVALID, uvm_physseg_get_next(upm));
2357 ATF_TP_ADD_TC(tp, uvm_physseg_get_next);