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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl_module.h78 } opl_async_flt_t; typedef in typeref:struct:olympus_async_flt
116 extern void cpu_page_retire(opl_async_flt_t *opl_flt);
124 extern int cpu_queue_events(opl_async_flt_t *, char *, uint64_t);
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c76 static int cpu_flt_in_memory(opl_async_flt_t *, uint64_t);
1017 return (sizeof (opl_async_flt_t));
1034 opl_async_flt_t *opl_flt = (opl_async_flt_t *)flt;
1132 cpu_page_retire(opl_async_flt_t *opl_flt)
1368 * Encode the data saved in the opl_async_flt_t struct into
1376 opl_async_flt_t *opl_flt = (opl_async_flt_t *)aflt;
1459 cpu_flt_in_memory(opl_async_flt_t *opl_flt, uint64_t t_afsr_bit)
1775 cpu_queue_one_event(opl_async_flt_t *opl_fl
[all...]

Completed in 46 milliseconds