Home
last modified time | relevance | path

Searched defs:pfn (Results 1 – 9 of 9) sorted by relevance

/kernel/power/
Dsnapshot.c740 static int memory_bm_find_bit(struct memory_bitmap *bm, unsigned long pfn, in memory_bm_find_bit()
806 static void memory_bm_set_bit(struct memory_bitmap *bm, unsigned long pfn) in memory_bm_set_bit()
817 static int mem_bm_set_bit_check(struct memory_bitmap *bm, unsigned long pfn) in mem_bm_set_bit_check()
830 static void memory_bm_clear_bit(struct memory_bitmap *bm, unsigned long pfn) in memory_bm_clear_bit()
849 static int memory_bm_test_bit(struct memory_bitmap *bm, unsigned long pfn) in memory_bm_test_bit()
860 static bool memory_bm_pfn_present(struct memory_bitmap *bm, unsigned long pfn) in memory_bm_pfn_present()
917 unsigned long bits, pfn, pages; in memory_bm_next_pfn() local
1077 unsigned long pfn; in mark_nosave_pages() local
1185 unsigned long pfn; in clear_or_poison_free_pages() local
1253 static struct page *saveable_highmem_page(struct zone *zone, unsigned long pfn) in saveable_highmem_page()
[all …]
/kernel/
Diomem.c33 unsigned long pfn = PHYS_PFN(offset); in try_ram_remap() local
Dresource.c446 unsigned long pfn, end_pfn; in walk_system_ram_range() local
465 static int __is_ram(unsigned long pfn, unsigned long nr_pages, void *arg) in __is_ram()
474 int __weak page_is_ram(unsigned long pfn) in page_is_ram()
Dkexec_core.c378 unsigned long pfn, epfn, addr, eaddr; in kimage_alloc_normal_control_pages() local
/kernel/debug/kdb/
Dkdb_support.c320 unsigned long pfn; in kdb_getphys() local
/kernel/dma/
Dcoherent.c247 unsigned long pfn = mem->pfn_base + start + off; in __dma_mmap_from_coherent() local
Ddirect.c500 unsigned long pfn = PHYS_PFN(dma_to_phys(dev, dma_addr)); in dma_direct_mmap() local
Dswiotlb.c373 unsigned long pfn = PFN_DOWN(orig_addr); in swiotlb_bounce() local
Ddebug.c75 unsigned long pfn; member