Searched refs:vm_bitmap (Results 1 – 1 of 1) sorted by relevance
/xen/xen/common/ |
A D | vmap.c | 14 #define vm_bitmap(x) ((unsigned long *)vm_base[x]) macro 42 bitmap_fill(vm_bitmap(type), vm_low[type]); in vm_init_type() 70 bit = find_next_bit(vm_bitmap(t), vm_top[t], start + 1); in vm_alloc() 108 unsigned long va = (unsigned long)vm_bitmap(t) + vm_top[t] / 8; in vm_alloc() 130 __set_bit(bit, vm_bitmap(t)); in vm_alloc() 132 ASSERT(!test_bit(bit, vm_bitmap(t))); in vm_alloc() 156 return !test_bit(idx - 1, vm_bitmap(type)) && in vm_index() 157 test_bit(idx, vm_bitmap(type)) ? idx : 0; in vm_index() 167 end = find_next_zero_bit(vm_bitmap(type), vm_top[type], start + 1); in vm_size() 193 while ( !test_bit(vm_low[type] - 1, vm_bitmap(type)) ) in vm_free() [all …]
|
Completed in 3 milliseconds