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

/freebsd-12-stable/sys/contrib/ncsw/inc/etc/
H A Dmm_ext.h82 @Param[in] h_MM - Handle to the MM object.
88 t_Error MM_Init(t_Handle *h_MM, uint64_t base, uint64_t size);
110 @Param[in] h_MM - Handle to the MM object.
118 uint64_t MM_Get(t_Handle h_MM, uint64_t size, uint64_t alignment, char *name);
125 @Param[in] h_MM - Handle to the MM object.
129 uint64_t MM_GetBase(t_Handle h_MM);
142 @Param[in] h_MM - Handle to the MM object.
149 uint64_t MM_GetForce(t_Handle h_MM, uint64_t base, uint64_t size, char *name);
175 @Param[in] h_MM - Handle to the MM object.
184 uint64_t MM_GetForceMin(t_Handle h_MM,
[all...]
/freebsd-12-stable/sys/contrib/ncsw/etc/
H A Dmm.c596 t_Error MM_Init(t_Handle *h_MM, uint64_t base, uint64_t size) argument
647 *h_MM = p_MM;
653 void MM_Free(t_Handle h_MM) argument
655 t_MM *p_MM = (t_MM *)h_MM;
702 uint64_t MM_Get(t_Handle h_MM, uint64_t size, uint64_t alignment, char* name) argument
704 t_MM *p_MM = (t_MM *)h_MM;
782 uint64_t MM_GetForce(t_Handle h_MM, uint64_t base, uint64_t size, char* name) argument
784 t_MM *p_MM = (t_MM *)h_MM;
839 uint64_t MM_GetForceMin(t_Handle h_MM, uint64_t size, uint64_t alignment, uint64_t min, char* name) argument
841 t_MM *p_MM = (t_MM *)h_MM;
928 MM_Put(t_Handle h_MM, uint64_t base) argument
980 MM_PutForce(t_Handle h_MM, uint64_t base, uint64_t size) argument
1011 MM_Add(t_Handle h_MM, uint64_t base, uint64_t size) argument
1071 MM_GetMemBlock(t_Handle h_MM, int index) argument
1090 MM_GetBase(t_Handle h_MM) argument
1102 MM_InRange(t_Handle h_MM, uint64_t addr) argument
1118 MM_GetFreeMemSize(t_Handle h_MM) argument
1128 MM_Dump(t_Handle h_MM) argument
[all...]

Completed in 165 milliseconds