Searched defs:h_MM (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/ncsw/etc/ |
| H A D | mm.c | 596 t_Error MM_Init(t_Handle *h_MM, uint64_t base, uint64_t size) in MM_Init() 653 void MM_Free(t_Handle h_MM) in MM_Free() 702 uint64_t MM_Get(t_Handle h_MM, uint64_t size, uint64_t alignment, char* name) in MM_Get() 928 uint64_t MM_Put(t_Handle h_MM, uint64_t base) in MM_Put() 980 uint64_t MM_PutForce(t_Handle h_MM, uint64_t base, uint64_t size) in MM_PutForce() 1011 t_Error MM_Add(t_Handle h_MM, uint64_t base, uint64_t size) in MM_Add() 1071 uint64_t MM_GetMemBlock(t_Handle h_MM, int index) in MM_GetMemBlock() 1090 uint64_t MM_GetBase(t_Handle h_MM) in MM_GetBase() 1102 bool MM_InRange(t_Handle h_MM, uint64_t addr) in MM_InRange() 1118 uint64_t MM_GetFreeMemSize(t_Handle h_MM) in MM_GetFreeMemSize() [all …]
|