Home
last modified time | relevance | path

Searched refs:fl_end (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/algor/algor/
H A Dmachdep.c470 .fl_end = 16*1024*1024, in mach_init()
/netbsd-src/sys/arch/pmax/pmax/
H A Dmachdep.c346 .fl_end = 8 * 1024 * 1024, in mach_init()
/netbsd-src/sys/arch/mips/mips/
H A Dmips_machdep.c2232 if (segstart >= flp[i].fl_end in mips_page_physload()
2256 if (segend > flp[i].fl_end) in mips_page_physload()
2257 segend = flp[i].fl_end; in mips_page_physload()
/netbsd-src/sys/arch/mips/include/
H A Dlocore.h632 paddr_t fl_end; member