Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/etc/
H A Dmm_ext.h293 bool MM_InRange(t_Handle h_MM, uint64_t addr);
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.h347 if (MM_InRange(p_Bm->h_BpidMm, (uint64_t)base)) in BmBpidGet()
404 if (MM_InRange(p_Bm->h_BpidMm, (uint64_t)base)) in BmBpidPut()
/freebsd/sys/contrib/ncsw/etc/
H A Dmm.c1102 bool MM_InRange(t_Handle h_MM, uint64_t addr) in MM_InRange() function
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c585 if (MM_InRange(p_Qm->h_FqidMm, (uint64_t)base)) in QmFqidPut()