Searched refs:vm_phys_segs (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/vm/
H A Dvm_phys.h65 extern struct vm_phys_seg vm_phys_segs[];
104 domn = vm_phys_segs[segind].domain;
H A Dvm_phys.c75 struct vm_phys_seg vm_phys_segs[VM_PHYSSEG_MAX]; variable in typeref:struct:vm_phys_seg
165 s = &vm_phys_segs[idx];
232 seg = &vm_phys_segs[segind];
278 seg = &vm_phys_segs[vm_phys_nsegs++];
279 while (seg > vm_phys_segs && (seg - 1)->start >= end) {
378 seg = &vm_phys_segs[segind];
427 seg = &vm_phys_segs[segind];
635 seg = &vm_phys_segs[segind];
760 seg = &vm_phys_segs[segind];
790 seg = &vm_phys_segs[
[all...]
H A Dvm_page.c404 if (vm_phys_segs[i].start < low_avail)
405 low_avail = vm_phys_segs[i].start;
406 if (vm_phys_segs[i].end > high_avail)
407 high_avail = vm_phys_segs[i].end;
420 size += vm_phys_segs[i].end - vm_phys_segs[i].start;
/freebsd-10-stable/sys/arm/arm/
H A Dpmap-v6.c1346 * Handle the possibility that "vm_phys_segs[...].end" is zero.
1348 pv_npg = trunc_1mpage(vm_phys_segs[vm_phys_nsegs - 1].end -
/freebsd-10-stable/sys/i386/i386/
H A Dpmap.c817 * Handle the possibility that "vm_phys_segs[...].end" is zero.
819 pv_npg = trunc_4mpage(vm_phys_segs[vm_phys_nsegs - 1].end -
/freebsd-10-stable/sys/amd64/amd64/
H A Dpmap.c1100 pv_npg = howmany(vm_phys_segs[vm_phys_nsegs - 1].end, NBPDR);

Completed in 117 milliseconds