Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/emips/stand/common/
H A Dcommon.h57 extern int init_memory(void);
H A Dprom_iface.c178 int init_memory(void) in init_memory() function
182 uint32_t base, addr, moi = (uint32_t)(&init_memory) & 0x3ffff000; in init_memory()
H A Dinit_board.c47 if ((mem_config = init_memory()) != 0) in init_board()