Searched refs:virtual_end (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dpmap.h48 extern vm_offset_t virtual_end;
/freebsd-11-stable/sys/riscv/include/
H A Dpmap.h128 extern vm_offset_t virtual_end;
/freebsd-11-stable/sys/sparc64/include/
H A Dpmap.h108 extern vm_offset_t virtual_end;
/freebsd-11-stable/sys/arm64/include/
H A Dpmap.h137 extern vm_offset_t virtual_end;
/freebsd-11-stable/sys/mips/include/
H A Dpmap.h162 extern vm_offset_t virtual_end;
/freebsd-11-stable/sys/vm/
H A Dvm_init.c145 kmem_init(virtual_avail, virtual_end);
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dmachdep.c185 virtual_end - virtual_avail,
186 (virtual_end - virtual_avail) / 1048576);
H A Dmem.c137 if ((va < VM_MIN_KERNEL_ADDRESS) || (va > virtual_end))
H A Dpmap_dispatch.c79 vm_offset_t virtual_end; variable
/freebsd-11-stable/sys/powerpc/include/
H A Dpmap.h256 extern vm_offset_t virtual_end;
/freebsd-11-stable/sys/i386/include/
H A Dpmap.h382 extern vm_offset_t virtual_end;
/freebsd-11-stable/sys/powerpc/aim/
H A Dmmu_oea64.c894 virtual_end = VM_MAX_SAFE_KERNEL_ADDRESS;
900 for (va = virtual_avail; va < virtual_end; va += SEGMENT_LENGTH)
905 * Figure out how far we can extend virtual_end into segment 16
914 while (virtual_end < VM_MAX_KERNEL_ADDRESS &&
915 moea64_pvo_find_va(kernel_pmap, virtual_end+1) == NULL)
916 virtual_end += PAGE_SIZE;
974 moea64_scratchpage_va[i] = (virtual_end+1) - PAGE_SIZE;
975 virtual_end -= PAGE_SIZE;
2705 while (va < virtual_end) {
2716 if (va < virtual_end) {
[all...]
H A Dmmu_oea.c942 virtual_end = VM_MAX_SAFE_KERNEL_ADDRESS;
2623 if ((va >= VM_MIN_KERNEL_ADDRESS) && (va <= virtual_end)) {
2697 while (va < virtual_end) {
2708 if (va < virtual_end) {
2712 while (va < virtual_end) {
/freebsd-11-stable/sys/amd64/include/
H A Dpmap.h397 extern vm_offset_t virtual_end;
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep.c1165 if (virtual_end >= ARM_VECTORS_HIGH)
1166 virtual_end = ARM_VECTORS_HIGH - 1;
H A Dpmap-v4.c219 vm_offset_t virtual_end; /* VA of last avail page (end of kernel AS) */ variable
2307 virtual_end = vm_max_kernel_address;
H A Dpmap-v6.c267 vm_offset_t virtual_end; /* VA of last avail page (end of kernel AS) */ variable
1234 virtual_end = vm_max_kernel_address;
/freebsd-11-stable/sys/powerpc/booke/
H A Dpmap.c1145 virtual_end = VM_MAX_KERNEL_ADDRESS;
1359 debugf("virtual_end = %08x\n", virtual_end);
2781 while (va < virtual_end) {
2792 if (va < virtual_end) {
2796 while (va < virtual_end) {
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dpmap.c123 vm_offset_t virtual_end; variable
565 virtual_end = vm_max_kernel_address;
/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c218 vm_offset_t virtual_end; /* VA of last avail page (end of kernel AS) */ variable
666 virtual_end = VM_MAX_KERNEL_ADDRESS - L2_SIZE;
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.c136 vm_offset_t virtual_end; /* VA of last avail page (end of kernel AS) */ variable
560 virtual_end = VM_MAX_KERNEL_ADDRESS;
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c221 vm_offset_t virtual_end; /* VA of last avail page (end of kernel AS) */ variable
821 virtual_end = VM_MAX_KERNEL_ADDRESS - L2_SIZE;
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c201 vm_offset_t virtual_end; /* VA of last avail page (end of kernel AS) */ variable
407 virtual_end = VM_MAX_KERNEL_ADDRESS;
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c343 vm_offset_t virtual_end; /* VA of last avail page (end of kernel AS) */ variable
1051 virtual_end = VM_MAX_KERNEL_ADDRESS;

Completed in 436 milliseconds