Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Dbootinfo.h67 u_int32_t bi_kernend; /* end of kernel space */ member
/f-stack/freebsd/i386/i386/
H A Dgenassym.c193 ASSYM(BI_KERNEND, offsetof(struct bootinfo, bi_kernend));
H A Dpmap.c449 if (bootinfo.bi_kernend != 0) in __CONCAT()
450 physfree = bootinfo.bi_kernend; in __CONCAT()