Searched defs:smm_events (Results 1 – 1 of 1) sorted by relevance
45 struct smm_events { struct46 void * ctx;47 bool (*new_pool)(void * ctx, smm_pool_t * pool);48 void (*expand_pool)(void * ctx, smm_pool_t * pool);72 void smm_init(struct smm_events * evs); argument