Lines Matching full:virtualized
75 * - Virtualized SYSINIT's/SYSUNINIT's, which allow network stack subsystems
107 * The virtual network stack allocator provides storage for virtualized
115 * vs. modules in similar but different ways. In both cases, virtualized
131 * virtualized global variable, stored in a malloc'd block of memory
140 * Virtualized global variables are handled in a similar manner, but as each
142 * virtualized globals togther, we reserve space in the kernel's linker set
157 * size of all kernel virtualized global variables, and the malloc(9) type
167 * array declared as a virtualized global variable in the kernel itself, and
168 * we want the virtualized global variable space to be page-sized, we may
175 * Space to store virtualized global variables from loadable kernel modules,
181 * A copy of the initial values of all virtualized global variables.
249 * Allocate storage for virtualized global variables and copy in in vnet_alloc()
329 printf("VIMAGE (virtualized network stack) enabled\n"); in vnet0_init()
377 * When a module is loaded and requires storage for a virtualized global
410 * Free space for a virtualized global variable on module unload.
465 * When a new virtualized global variable has been allocated, propagate its
481 * Save a copy of the initial values of virtualized global variables.
494 * Restore the 'master' copies of virtualized global variables to theirs