Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun/sys/
H A Dbootconf.h122 #define BOP_ALLOC_VIRT(virt, size) bop_alloc_virt(virt, size) macro
/titanic_44/usr/src/uts/sparc/os/
H A Darchdep.c437 return (BOP_ALLOC_VIRT((caddr_t)addr, size)); in boot_virt_alloc()