Searched refs:KERNend (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/i386/i386/
H A Dlocore.s94 .globl KERNend
95 KERNend: .long 0 /* phys addr end of kernel (just after bss) */ label
647 movl %esi,R(KERNend) /* save end of kernel */
713 movl R(KERNend),%ecx
795 * to the kernel (from btext to KERNend) with 4M (2M for PAE) ('PS')
805 movl R(KERNend), %ecx
H A Dpmap.c207 extern u_int32_t KERNend;
684 endva = KERNBASE + KERNend;
810 KERNBASE <= i << PDRSHIFT && i << PDRSHIFT < KERNend &&
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c376 static vm_paddr_t KERNend; /* phys addr of end of bootstrap data */ variable
1030 KERNend = *firstaddr;
1031 res = atop(KERNend - (vm_paddr_t)kernphys);
1334 if (i << PDRSHIFT < KERNend &&

Completed in 289 milliseconds