Searched refs:p2get_mem_offset (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/os/
H A Dplat_ecc_dimm.c34 int (*p2get_mem_offset)(uint64_t, uint64_t *); variable
85 if (p2get_mem_offset != NULL) {
86 return (p2get_mem_offset(paddr, offp));
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmc-us3.h141 extern int (*p2get_mem_offset)(uint64_t, uint64_t *);
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3.c165 #pragma weak p2get_mem_offset macro
337 if (&p2get_mem_offset)
338 p2get_mem_offset = mc_get_mem_offset;
441 if (&p2get_mem_offset)
442 p2get_mem_offset = NULL;

Completed in 62 milliseconds