Lines Matching full:bitmap
57 * @bitmap_pgoff: Address_space Page offset of the first bit in @bitmap
58 * @bitmap: Bitmap with one bit for each page offset in the address_space range
68 unsigned long *bitmap; member
77 * bitmap
85 * It also records dirty ptes in a bitmap representing page offsets
109 __set_bit(pgoff, cwalk->bitmap); in clean_record_pte()
283 * @bitmap_pgoff: The page offset of the first bit in @bitmap
284 * @bitmap: Pointer to a bitmap of at least @nr bits. The bitmap needs to
286 * @start: Pointer to number of the first set bit in @bitmap.
288 * @end: Pointer to the number of the last set bit in @bitmap.
293 * reported in the bitmap. The guarantees are as follows:
296 * in the bitmap.
298 * bitmap or both.
316 unsigned long *bitmap, in clean_record_shared_mapping_range() argument
324 .bitmap = bitmap, in clean_record_shared_mapping_range()