Searched refs:start_pfn (Results 1 – 2 of 2) sorted by relevance
232 unsigned long start_pfn; /* pfn represented by the first bit */ member239 return bb->end_pfn - bb->start_pfn; in bm_block_bits()410 bb->start_pfn = pfn; in memory_bm_create()465 if (pfn < bb->start_pfn) in memory_bm_find_bit()467 if (pfn >= bb->start_pfn) in memory_bm_find_bit()472 if (pfn >= bb->start_pfn && pfn < bb->end_pfn) in memory_bm_find_bit()480 pfn -= bb->start_pfn; in memory_bm_find_bit()571 return bb->start_pfn + bit; in memory_bm_next_pfn()581 unsigned long start_pfn; member594 __register_nosave_region(unsigned long start_pfn, unsigned long end_pfn, in __register_nosave_region() argument[all …]
266 walk_memory_resource(unsigned long start_pfn, unsigned long nr_pages, void *arg, in walk_memory_resource() argument273 res.start = (u64) start_pfn << PAGE_SHIFT; in walk_memory_resource()274 res.end = ((u64)(start_pfn + nr_pages) << PAGE_SHIFT) - 1; in walk_memory_resource()