Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/emips/emips/
H A Dmachdep.c98 static int iomap_ex_malloc_safe; variable
383 (iomap_ex_malloc_safe ? EX_MALLOCOK : 0), (u_long *)&addr); in mips_map_physmem()
415 EX_NOWAIT | (iomap_ex_malloc_safe ? EX_MALLOCOK : 0))) in mips_unmap_physmem()
458 iomap_ex_malloc_safe = 1; in cpu_startup()
/netbsd-src/sys/arch/vax/vax/
H A Dmachdep.c162 static int iomap_ex_malloc_safe; variable
217 iomap_ex_malloc_safe = 1; in cpu_startup()
537 (iomap_ex_malloc_safe ? EX_MALLOCOK : 0), &addr); in vax_map_physmem()
568 (iomap_ex_malloc_safe ? EX_MALLOCOK : 0))) in vax_unmap_physmem()