Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/os/
H A Dmach_descrip.c86 static machine_descrip_memops_t *curr_mach_descrip_memops = NULL; variable
247 mdescp = (machine_descrip_t *)(*curr_mach_descrip_memops->meta_allocp) in new_mach_descrip()
251 mdescp->memops = curr_mach_descrip_memops; in new_mach_descrip()
312 (*curr_mach_descrip_memops->buf_freep)(tbuf, md_space); in mach_descrip_update()
325 tbuf = (caddr_t)(*curr_mach_descrip_memops->buf_allocp) in mach_descrip_update()
400 (*curr_mach_descrip_memops->buf_freep) in mach_descrip_update()
443 (*curr_mach_descrip_memops->buf_freep)(tbuf, md_space); in mach_descrip_update()
510 curr_mach_descrip_memops = &startup_memops; in mach_descrip_startup_init()
538 curr_mach_descrip_memops = NULL; in mach_descrip_startup_fini()
554 curr_mach_descrip_memops == NULL)); in mach_descrip_init()
[all …]