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

/netbsd-6-1-5-RELEASE/sys/arch/emips/emips/
H A Dmachdep.c94 * 32 regions in the map. iomap_ex_malloc_safe will indicate that it's
100 static int iomap_ex_malloc_safe; variable
386 (iomap_ex_malloc_safe ? EX_MALLOCOK : 0), (u_long *)&addr);
418 EX_NOWAIT | (iomap_ex_malloc_safe ? EX_MALLOCOK : 0)))
461 iomap_ex_malloc_safe = 1;
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dmachdep.c159 * 32 regions in the map. iomap_ex_malloc_safe will indicate that it's
165 static int iomap_ex_malloc_safe; variable
220 iomap_ex_malloc_safe = 1;
545 (iomap_ex_malloc_safe ? EX_MALLOCOK : 0), &addr);
576 (iomap_ex_malloc_safe ? EX_MALLOCOK : 0)))

Completed in 108 milliseconds