Home | History | Annotate | Download | only in uvm

Lines Matching refs:uvm_physseg_get_prev

741 	ATF_CHECK_EQ(UVM_PHYSSEG_TYPE_INVALID_EMPTY, uvm_physseg_get_prev(upm));
753 upm = uvm_physseg_get_prev(upm);
1274 ATF_TC(uvm_physseg_get_prev);
1275 ATF_TC_HEAD(uvm_physseg_get_prev, tc)
1278 segment using the uvm_physseg_get_prev() call.");
1280 ATF_TC_BODY(uvm_physseg_get_prev, tc)
1297 uvm_physseg_get_prev(upm_prev));
1309 upm = uvm_physseg_get_prev(upm);
1329 upm = uvm_physseg_get_prev(upm);
1339 correctly when uvm_physseg_get_prev() is called with invalid \
1346 ATF_CHECK_EQ(UVM_PHYSSEG_TYPE_INVALID, uvm_physseg_get_prev(upm));
2359 ATF_TP_ADD_TC(tp, uvm_physseg_get_prev);