Searched refs:MM_Get (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/ncsw/inc/etc/ |
H A D | mm_ext.h | 118 uint64_t MM_Get(t_Handle h_MM, uint64_t size, uint64_t alignment, char *name);
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/ |
H A D | fm_muram.c | 129 addr = (uintptr_t)MM_Get(p_FmMuram->h_Mem, size, align ,"FM MURAM"); in FM_MURAM_AllocMem()
|
/freebsd/sys/contrib/ncsw/Peripherals/BM/ |
H A D | bm.h | 394 ans = MM_Get(p_Bm->h_BpidMm, in BmBpidGet()
|
/freebsd/sys/contrib/ncsw/Peripherals/QM/ |
H A D | qm.c | 271 ans = MM_Get(p_Qm->h_FqidMm, in ReserveFqids() 557 ans = MM_Get(p_Qm->h_FqidMm, in QmFqidGet()
|
/freebsd/sys/contrib/ncsw/etc/ |
H A D | mm.c | 702 uint64_t MM_Get(t_Handle h_MM, uint64_t size, uint64_t alignment, char* name) in MM_Get() function
|