HomeSort by: relevance | last modified time | path
    Searched refs:ioport_malloc_safe (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/x86/x86/
bus_space.c 78 * storage for 8 regions in each, initially. Later, ioport_malloc_safe
92 static int ioport_malloc_safe; variable in typeref:typename:int
153 ioport_malloc_safe = 1;
284 EX_NOWAIT | (ioport_malloc_safe ? EX_MALLOCOK : 0));
342 EX_FAST | EX_NOWAIT | (ioport_malloc_safe ? EX_MALLOCOK : 0),
382 (ioport_malloc_safe ? EX_MALLOCOK : 0))) {
bus_space.c 78 * storage for 8 regions in each, initially. Later, ioport_malloc_safe
92 static int ioport_malloc_safe; variable in typeref:typename:int
153 ioport_malloc_safe = 1;
284 EX_NOWAIT | (ioport_malloc_safe ? EX_MALLOCOK : 0));
342 EX_FAST | EX_NOWAIT | (ioport_malloc_safe ? EX_MALLOCOK : 0),
382 (ioport_malloc_safe ? EX_MALLOCOK : 0))) {
bus_space.c 78 * storage for 8 regions in each, initially. Later, ioport_malloc_safe
92 static int ioport_malloc_safe; variable in typeref:typename:int
153 ioport_malloc_safe = 1;
284 EX_NOWAIT | (ioport_malloc_safe ? EX_MALLOCOK : 0));
342 EX_FAST | EX_NOWAIT | (ioport_malloc_safe ? EX_MALLOCOK : 0),
382 (ioport_malloc_safe ? EX_MALLOCOK : 0))) {

Completed in 35 milliseconds