Searched refs:pfn_is_ram (Results 1 – 7 of 7) sorted by relevance
32 .pfn_is_ram = xen_vmcore_pfn_is_ram,
97 * @pfn_is_ram: check whether a PFN really is RAM and should be accessed when108 * total number of ranges; such holes can be detected using the pfn_is_ram119 bool (*pfn_is_ram)(struct vmcore_cb *cb, unsigned long pfn);111 bool (*pfn_is_ram)(struct vmcore_cb *cb, unsigned long pfn); global() member
220 .pfn_is_ram = unaccepted_memory_vmcore_pfn_is_ram,
118 static bool pfn_is_ram(unsigned long pfn) in pfn_is_ram() function125 if (unlikely(!cb->pfn_is_ram)) in pfn_is_ram()127 ret = cb->pfn_is_ram(cb, pfn); in pfn_is_ram()181 if (!pfn_is_ram(pfn)) { in read_from_oldmem()535 if (!pfn_is_ram(pos)) { in remap_oldmem_pfn_checked()
89 static int pfn_is_ram(unsigned long pfn) in pfn_is_ram() function566 is_page_hwpoison(page) || !pfn_is_ram(pfn) || in read_kcore_iter()
83 .pfn_is_ram = gart_oldmem_pfn_is_ram,
2767 * block in there is plugged. This reduces the number of pfn_is_ram() in virtio_mem_init() 2824 vm->vmcore_cb.pfn_is_ram = virtio_mem_vmcore_pfn_is_ram; in virtio_mem_delete_resource()