Home
last modified time | relevance | path

Searched refs:h_MM (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ncsw/inc/etc/
H A Dmm_ext.h88 t_Error MM_Init(t_Handle *h_MM, uint64_t base, uint64_t size);
129 uint64_t MM_GetBase(t_Handle h_MM);
184 uint64_t MM_GetForceMin(t_Handle h_MM,
209 uint64_t MM_Put(t_Handle h_MM, uint64_t base);
226 uint64_t MM_PutForce(t_Handle h_MM, uint64_t base, uint64_t size);
243 t_Error MM_Add(t_Handle h_MM, uint64_t base, uint64_t size);
252 void MM_Dump(t_Handle h_MM);
261 void MM_Free(t_Handle h_MM);
281 uint64_t MM_GetMemBlock(t_Handle h_MM, int index);
293 bool MM_InRange(t_Handle h_MM, uint64_t addr);
[all …]
/f-stack/freebsd/contrib/ncsw/etc/
H A Dmm.c647 *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()
704 t_MM *p_MM = (t_MM *)h_MM; in MM_Get()
784 t_MM *p_MM = (t_MM *)h_MM; in MM_GetForce()
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()
1104 t_MM *p_MM = (t_MM*)h_MM; in MM_InRange()
1120 t_MM *p_MM = (t_MM*)h_MM; in MM_GetFreeMemSize()
[all …]