Searched refs:bi_kernend (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/i386/include/
H A Dbootinfo.h67 u_int32_t bi_kernend; /* end of kernel space */ member in struct:bootinfo
/freebsd-12-stable/stand/i386/libi386/
H A Dbootinfo32.c267 bi.bi_kernend = kernend;
/freebsd-12-stable/stand/userboot/userboot/
H A Dbootinfo32.c252 bi.bi_kernend = kernend;
/freebsd-12-stable/sys/i386/i386/
H A Dgenassym.c206 ASSYM(BI_KERNEND, offsetof(struct bootinfo, bi_kernend));
H A Dpmap.c435 if (bootinfo.bi_kernend != 0)
436 physfree = bootinfo.bi_kernend;

Completed in 74 milliseconds