Home
last modified time | relevance | path

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) { in plat_get_mem_offset()
86 return (p2get_mem_offset(paddr, offp)); in plat_get_mem_offset()
/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) in mc_attach()
338 p2get_mem_offset = mc_get_mem_offset; in mc_attach()
441 if (&p2get_mem_offset) in mc_detach()
442 p2get_mem_offset = NULL; in mc_detach()