Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/algor/algor/
H A Dmachdep.c469 .fl_start = 8*1024*1024, in mach_init()
/netbsd-src/sys/arch/pmax/pmax/
H A Dmachdep.c345 .fl_start = 0, in mach_init()
/netbsd-src/sys/arch/mips/mips/
H A Dmips_machdep.c2233 || segend <= flp[i].fl_start) in mips_page_physload()
2242 if (segstart < flp[i].fl_start) { in mips_page_physload()
2243 segstart = flp[i].fl_start; in mips_page_physload()
/netbsd-src/sys/arch/mips/include/
H A Dlocore.h631 paddr_t fl_start; member