HomeSort by: relevance | last modified time | path
    Searched defs:vm_nphysseg (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/ia64/ia64/
machdep.c 186 int sizetmp, vm_nphysseg; local in function:cpu_startup
190 for (vm_nphysseg = 0, upm = uvm_physseg_get_first();
192 vm_nphysseg++, upm = uvm_physseg_get_next(upm)) {
201 printf("Total number of segments: vm_nphysseg = %d \n",
202 vm_nphysseg);

Completed in 12 milliseconds