Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/emips/emips/
H A Dmachdep.c545 #define trim_memory(n) n macro
552 u_long trim_memory(uint32_t nbytes);/*cheat*/
553 u_long trim_memory(uint32_t nbytes) in trim_memory() function
686 return trim_memory(btoc(mem)); in memsize_pmt()