uvm_physseg_get_start_hint
uvm_physseg_get_start_hint(psi)), alignment);
if (uvm_physseg_get_start_hint(psi) == 0 || second_pass) {
uvm_physseg_get_start_hint(psi));
KASSERTMSG(uvm_physseg_get_start_hint(psi) <=
uvm_physseg_get_start_hint(psi), uvm_physseg_get_start_hint(psi),
uvm_physseg_get_start_hint(psi));
if (uvm_physseg_get_start_hint(psi) == 0 || second_pass) {
uvm_physseg_get_start_hint(psi));
KASSERTMSG(uvm_physseg_get_start_hint(psi) <= uvm_physseg_get_avail_end(psi) -
uvm_physseg_get_start_hint(psi),
uvm_physseg_get_start_hint(psi),
u_long uvm_physseg_get_start_hint(uvm_physseg_t);
ATF_TC(uvm_physseg_get_start_hint);
ATF_TC_HEAD(uvm_physseg_get_start_hint, tc)
ATF_TC_BODY(uvm_physseg_get_start_hint, tc)
ATF_CHECK_EQ(0, uvm_physseg_get_start_hint(upm));
ATF_CHECK_EQ(atop(128), uvm_physseg_get_start_hint(upm));
ATF_CHECK_EQ(0, uvm_physseg_get_start_hint(upm));
ATF_TP_ADD_TC(tp, uvm_physseg_get_start_hint);