Home
last modified time | relevance | path

Searched refs:opl_get_mem_offset (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/sun4u/opl/os/
H A Dopl.c53 int (*opl_get_mem_offset)(uint64_t paddr, uint64_t *offp); variable
1042 if (opl_get_mem_offset == NULL) { in plat_get_mem_offset()
1045 return (opl_get_mem_offset(paddr, offp)); in plat_get_mem_offset()
/titanic_44/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c325 #pragma weak opl_get_mem_offset macro
330 extern int (*opl_get_mem_offset)(uint64_t paddr, uint64_t *offp);
372 if (&opl_get_mem_offset) in _init()
373 opl_get_mem_offset = mc_get_mem_offset; in _init()
399 if (&opl_get_mem_offset) in _init()
400 opl_get_mem_offset = NULL; in _init()
422 if (&opl_get_mem_offset) in _fini()
423 opl_get_mem_offset = NULL; in _fini()