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

  /src/sys/arch/mac68k/mac68k/
bus_space.c 53 extern int iomem_malloc_safe;
152 EX_NOWAIT | (iomem_malloc_safe ? EX_MALLOCOK : 0));
167 (iomem_malloc_safe ? EX_MALLOCOK : 0))) {
197 EX_FAST | EX_NOWAIT | (iomem_malloc_safe ? EX_MALLOCOK : 0),
210 (iomem_malloc_safe ? EX_MALLOCOK : 0))) {
246 EX_NOWAIT | (iomem_malloc_safe ? EX_MALLOCOK : 0))) {
machdep.c 204 * storage for 8 regions in each, initially. Later, iomem_malloc_safe
213 int iomem_malloc_safe; variable in typeref:typename:int
430 iomem_malloc_safe = 1;

Completed in 44 milliseconds