Home
last modified time | relevance | path

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

/openbsd/sys/arch/amd64/amd64/
H A Dbus_space.c67 static int ioport_malloc_safe; variable
340 ioport_malloc_safe = 1; in x86_bus_space_mallocok()
367 EX_NOWAIT | (ioport_malloc_safe ? EX_MALLOCOK : 0)); in bus_space_map()
396 (ioport_malloc_safe ? EX_MALLOCOK : 0))) { in bus_space_map()
456 EX_FAST | EX_NOWAIT | (ioport_malloc_safe ? EX_MALLOCOK : 0), in bus_space_alloc()
477 (ioport_malloc_safe ? EX_MALLOCOK : 0))) { in bus_space_alloc()
627 EX_NOWAIT | (ioport_malloc_safe ? EX_MALLOCOK : 0))) { in bus_space_unmap()
/openbsd/sys/arch/i386/i386/
H A Dmachdep.c251 static int ioport_malloc_safe; variable
394 ioport_malloc_safe = 1; in cpu_startup()
3590 EX_NOWAIT | (ioport_malloc_safe ? EX_MALLOCOK : 0)); in bus_space_map()
3614 (ioport_malloc_safe ? EX_MALLOCOK : 0))) { in bus_space_map()
3673 boundary, EX_NOWAIT | (ioport_malloc_safe ? EX_MALLOCOK : 0), in bus_space_alloc()
3694 (ioport_malloc_safe ? EX_MALLOCOK : 0))) { in bus_space_alloc()
3787 EX_NOWAIT | (ioport_malloc_safe ? EX_MALLOCOK : 0))) { in bus_space_unmap()