Searched defs:p2get_mem_info (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | mc-us3i.c | 158 #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 D | mc-us3.c | 163 #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;
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | opl_olympus.c | 208 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 D | us3_common.c | 177 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 116 milliseconds