Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/x86/x86/
H A Dbus_space.c92 static int ioport_malloc_safe; variable
153 ioport_malloc_safe = 1; in x86_bus_space_mallocok()
284 EX_NOWAIT | (ioport_malloc_safe ? EX_MALLOCOK : 0)); in bus_space_reserve()
342 EX_FAST | EX_NOWAIT | (ioport_malloc_safe ? EX_MALLOCOK : 0), in bus_space_reserve_subregion()
382 (ioport_malloc_safe ? EX_MALLOCOK : 0))) { in bus_space_release()