Searched refs:p2get_mem_info (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/
H A Dmc-us3.h139 extern int (*p2get_mem_info)(int, uint64_t, uint64_t *, uint64_t *,
H A Dmc-us3i.h156 extern int (*p2get_mem_info)(int, uint64_t, uint64_t *, uint64_t *,
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/
H A Dmc-us3i.c158 #pragma weak p2get_mem_info macro
312 if (&p2get_mem_info)
313 p2get_mem_info = mc_get_mem_info;
378 if (&p2get_mem_info)
379 p2get_mem_info = NULL;
H A Dmc-us3.c163 #pragma weak p2get_mem_info macro
333 if (&p2get_mem_info)
334 p2get_mem_info = mc_get_mem_info;
437 if (&p2get_mem_info)
438 p2get_mem_info = NULL;
/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c208 int (*p2get_mem_info)(int synd_code, uint64_t paddr, variable
1303 if (p2get_mem_info != NULL)
1304 return ((p2get_mem_info)(synd_code, afar, mem_sizep, seg_sizep,
H A Dus3_common.c177 int (*p2get_mem_info)(int synd_code, uint64_t paddr, variable
3642 if (p2get_mem_info != NULL)
3643 return ((p2get_mem_info)(synd_code, afar,

Completed in 316 milliseconds