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

/freebsd-12-stable/sys/vm/
H A Dvm_phys.h73 extern struct vm_phys_seg vm_phys_segs[];
118 domn = vm_phys_segs[segind].domain;
H A Dvm_phys.c84 struct vm_phys_seg __read_mostly vm_phys_segs[VM_PHYSSEG_MAX]; variable in typeref:struct:__read_mostly
293 seg = &vm_phys_segs[segind];
387 seg = &vm_phys_segs[vm_phys_nsegs++];
388 while (seg > vm_phys_segs && (seg - 1)->start >= end) {
485 seg = &vm_phys_segs[segind];
529 seg = &vm_phys_segs[segind];
562 prev_seg = vm_phys_segs;
563 seg = &vm_phys_segs[1];
564 end_seg = &vm_phys_segs[vm_phys_nsegs];
889 seg = &vm_phys_segs[segin
[all...]
H A Dvm_page.c685 if (vm_phys_segs[i].start < low_avail)
686 low_avail = vm_phys_segs[i].start;
687 if (vm_phys_segs[i].end > high_avail)
688 high_avail = vm_phys_segs[i].end;
701 size += vm_phys_segs[i].end - vm_phys_segs[i].start;
801 seg = &vm_phys_segs[segind];
809 * ranges to the vm_phys_segs array, we can assume that each
H A Dvm_reserv.c333 seg = &vm_phys_segs[segind];
1182 seg = &vm_phys_segs[segind];
/freebsd-12-stable/sys/arm/arm/
H A Dpmap-v6.c1771 * Handle the possibility that "vm_phys_segs[...].end" is zero.
1774 first_managed_pa = pte1_trunc(vm_phys_segs[0].start);
1775 pv_npg = (pte1_trunc(vm_phys_segs[vm_phys_nsegs - 1].end - PAGE_SIZE)
/freebsd-12-stable/sys/riscv/riscv/
H A Dpmap.c712 pv_npg = howmany(vm_phys_segs[vm_phys_nsegs - 1].end, L2_SIZE);
/freebsd-12-stable/sys/i386/i386/
H A Dpmap.c1010 * Handle the possibility that "vm_phys_segs[...].end" is zero.
1012 pv_npg = trunc_4mpage(vm_phys_segs[vm_phys_nsegs - 1].end -
/freebsd-12-stable/sys/arm64/arm64/
H A Dpmap.c930 pv_npg = howmany(vm_phys_segs[vm_phys_nsegs - 1].end, L2_SIZE);
/freebsd-12-stable/sys/amd64/amd64/
H A Dpmap.c1972 pv_npg = howmany(vm_phys_segs[vm_phys_nsegs - 1].end, NBPDR);

Completed in 289 milliseconds