Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc/mm/
Dsun4c.c1108 static unsigned long *sun4c_iobuffer_map; variable
1132 scan = find_next_zero_bit(sun4c_iobuffer_map, in sun4c_lockarea()
1137 if (test_bit(scan, sun4c_iobuffer_map)) break; in sun4c_lockarea()
1155 set_bit(scan, sun4c_iobuffer_map); in sun4c_lockarea()
1192 sun4c_iobuffer_map); in sun4c_unlockarea()
1198 while (scan >= 0 && !sun4c_iobuffer_map[scan >> 5]) in sun4c_unlockarea()
1278 sun4c_iobuffer_map = __alloc_bootmem(bitmap_size, SMP_CACHE_BYTES, 0UL); in sun4c_init_lock_areas()
1279 memset((void *) sun4c_iobuffer_map, 0, bitmap_size); in sun4c_init_lock_areas()