Lines Matching refs:h_MM
596 t_Error MM_Init(t_Handle *h_MM, uint64_t base, uint64_t size) in MM_Init() argument
647 *h_MM = p_MM; in MM_Init()
653 void MM_Free(t_Handle h_MM) in MM_Free() argument
655 t_MM *p_MM = (t_MM *)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() argument
704 t_MM *p_MM = (t_MM *)h_MM; in MM_Get()
782 uint64_t MM_GetForce(t_Handle h_MM, uint64_t base, uint64_t size, char* name) in MM_GetForce() argument
784 t_MM *p_MM = (t_MM *)h_MM; in MM_GetForce()
839 uint64_t MM_GetForceMin(t_Handle h_MM, uint64_t size, uint64_t alignment, uint64_t min, char* name) in MM_GetForceMin() argument
841 t_MM *p_MM = (t_MM *)h_MM; in MM_GetForceMin()
928 uint64_t MM_Put(t_Handle h_MM, uint64_t base) in MM_Put() argument
930 t_MM *p_MM = (t_MM *)h_MM; in MM_Put()
980 uint64_t MM_PutForce(t_Handle h_MM, uint64_t base, uint64_t size) in MM_PutForce() argument
982 t_MM *p_MM = (t_MM *)h_MM; in MM_PutForce()
1011 t_Error MM_Add(t_Handle h_MM, uint64_t base, uint64_t size) in MM_Add() argument
1013 t_MM *p_MM = (t_MM *)h_MM; in MM_Add()
1071 uint64_t MM_GetMemBlock(t_Handle h_MM, int index) in MM_GetMemBlock() argument
1073 t_MM *p_MM = (t_MM*)h_MM; in MM_GetMemBlock()
1090 uint64_t MM_GetBase(t_Handle h_MM) in MM_GetBase() argument
1092 t_MM *p_MM = (t_MM*)h_MM; in MM_GetBase()
1102 bool MM_InRange(t_Handle h_MM, uint64_t addr) in MM_InRange() argument
1104 t_MM *p_MM = (t_MM*)h_MM; in MM_InRange()
1118 uint64_t MM_GetFreeMemSize(t_Handle h_MM) in MM_GetFreeMemSize() argument
1120 t_MM *p_MM = (t_MM*)h_MM; in MM_GetFreeMemSize()
1128 void MM_Dump(t_Handle h_MM) in MM_Dump() argument
1130 t_MM *p_MM = (t_MM *)h_MM; in MM_Dump()