Home
last modified time | relevance | path

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

/kernel/power/
Dsnapshot.c232 unsigned long start_pfn; /* pfn represented by the first bit */ member
239 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; member
594 __register_nosave_region(unsigned long start_pfn, unsigned long end_pfn, in __register_nosave_region() argument
[all …]
/kernel/
Dresource.c266 walk_memory_resource(unsigned long start_pfn, unsigned long nr_pages, void *arg, in walk_memory_resource() argument
273 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()