Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dbootinfo.h63 u_int32_t bi_kernend; /* end of kernel space */ member
/freebsd/stand/userboot/userboot/
H A Dbootinfo32.c157 bi.bi_kernend = kernend; in bi_load32()
/freebsd/stand/i386/libi386/
H A Dbootinfo32.c178 bi->bi_kernend = kernend; in bi_load32()
/freebsd/sys/i386/i386/
H A Dgenassym.c186 ASSYM(BI_KERNEND, offsetof(struct bootinfo, bi_kernend));
H A Dpmap.c437 if (bootinfo.bi_kernend != 0) in __CONCAT()
438 physfree = bootinfo.bi_kernend; in __CONCAT()