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

  /src/sys/arch/sparc/sparc/
pmap.c 184 paddr_t vm_last_phys = 0; variable in typeref:typename:paddr_t
1157 if (vm_last_phys < pend)
1158 vm_last_phys = pend;
4141 vm_num_phys = vm_last_phys - vm_first_phys;
pmap.c 184 paddr_t vm_last_phys = 0; variable in typeref:typename:paddr_t
1157 if (vm_last_phys < pend)
1158 vm_last_phys = pend;
4141 vm_num_phys = vm_last_phys - vm_first_phys;

Completed in 158 milliseconds