Home
last modified time | relevance | path

Searched refs:p2init_sid_cache (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/sun4u/sys/
H A Dmc-us3.h144 extern int (*p2init_sid_cache)(void);
/titanic_50/usr/src/uts/sun4u/os/
H A Dplat_ecc_unum.c44 int (*p2init_sid_cache)(void); variable
872 if (p2init_sid_cache) in plat_ecc_capability_sc_set()
873 p2init_sid_cache(); in plat_ecc_capability_sc_set()
/titanic_50/usr/src/uts/sun4u/io/
H A Dmc-us3.c167 #pragma weak p2init_sid_cache macro
341 if (&p2init_sid_cache) in mc_attach()
342 p2init_sid_cache = mc_init_sid_cache; in mc_attach()
445 if (&p2init_sid_cache) in mc_detach()
446 p2init_sid_cache = NULL; in mc_detach()