Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/os/
H A Dmach_startup.c69 struct fpras_chkfngrp *fpras_chkfngrps_base; variable
132 fpras_chkfngrps_base = kmem_alloc(chkfngrpsallocsz, KM_SLEEP); in mach_fpras()
133 if (IS_P2ALIGNED((uintptr_t)fpras_chkfngrps_base, 64)) { in mach_fpras()
134 fpras_chkfngrps = fpras_chkfngrps_base; in mach_fpras()
136 kmem_free(fpras_chkfngrps_base, chkfngrpsallocsz); in mach_fpras()
138 fpras_chkfngrps_base = kmem_alloc(chkfngrpsallocsz, in mach_fpras()
141 P2ROUNDUP((uintptr_t)fpras_chkfngrps_base, 64); in mach_fpras()