uvm_physseg_set_start_hint
uvm_physseg_set_start_hint(psi, candidate + num -
uvm_physseg_set_start_hint(psi, candidate + 1 - uvm_physseg_get_avail_start(psi));
bool uvm_physseg_set_start_hint(uvm_physseg_t, u_long);
ATF_TC(uvm_physseg_set_start_hint);
ATF_TC_HEAD(uvm_physseg_set_start_hint, tc)
ATF_TC_BODY(uvm_physseg_set_start_hint, tc)
ATF_CHECK_EQ(true, uvm_physseg_set_start_hint(upm, atop(128)));
ATF_CHECK_EQ(false, uvm_physseg_set_start_hint(upm, atop(128)));
ATF_TP_ADD_TC(tp, uvm_physseg_set_start_hint);