Lines Matching defs:bitmap
14 #include <linux/bitmap.h>
258 void *bitmap, u32 num_pages,
261 kvm_vm_get_dirty_log(vcpu->vm, slot, bitmap);
265 void *bitmap, u32 num_pages,
268 kvm_vm_get_dirty_log(vcpu->vm, slot, bitmap);
269 kvm_vm_clear_dirty_log(vcpu->vm, slot, bitmap, 0, num_pages);
337 int slot, void *bitmap,
351 __set_bit_le(cur->offset, bitmap);
362 void *bitmap, u32 num_pages,
369 slot, bitmap, num_pages,
405 /* Hook to collect the dirty pages into the bitmap provided */
407 void *bitmap, u32 num_pages,
462 void *bitmap, u32 num_pages,
469 mode->collect_dirty_pages(vcpu, slot, bitmap, num_pages, ring_buf_idx);
508 * bitmap entries from previous collections.
542 * When testing get+clear, the dirty bitmap
546 * bitmap (collecting the bitmap also clears
701 * bitmap/ring while the guest is running, i.e. randomize how
703 * it can dirty, before collecting the dirty bitmap/ring. See
747 * For bitmap modes, KVM overwrites the entire bitmap,
749 * the bitmap while the guest is running only once,