Searched refs:MM_InRange (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/contrib/ncsw/inc/etc/
H A Dmm_ext.h284 @Function MM_InRange
293 bool MM_InRange(t_Handle h_MM, uint64_t addr);
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.h347 if (MM_InRange(p_Bm->h_BpidMm, (uint64_t)base))
404 if (MM_InRange(p_Bm->h_BpidMm, (uint64_t)base))
398 KASSERT(ans < UINT32_MAX, (�, ans)); return (uint32_t)ans; } static __inline__ t_Error BmBpidPut(t_Bm *p_Bm, uint32_t base) { if (MM_InRange(p_Bm->h_BpidMm, (uint64_t)base) argument
/freebsd-12-stable/sys/contrib/ncsw/etc/
H A Dmm.c1102 bool MM_InRange(t_Handle h_MM, uint64_t addr) function
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c585 if (MM_InRange(p_Qm->h_FqidMm, (uint64_t)base))

Completed in 166 milliseconds