Home
last modified time | relevance | path

Searched refs:pfn_is_ram (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/xen/
H A Dmmu_hvm.c32 .pfn_is_ram = xen_vmcore_pfn_is_ram,
/linux/include/linux/
H A Dcrash_dump.h97 * @pfn_is_ram: check whether a PFN really is RAM and should be accessed when
108 * total number of ranges; such holes can be detected using the pfn_is_ram
119 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
/linux/drivers/firmware/efi/
H A Dunaccepted_memory.c220 .pfn_is_ram = unaccepted_memory_vmcore_pfn_is_ram,
/linux/fs/proc/
H A Dvmcore.c118 static bool pfn_is_ram(unsigned long pfn) in pfn_is_ram() function
125 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()
H A Dkcore.c89 static int pfn_is_ram(unsigned long pfn) in pfn_is_ram() function
566 is_page_hwpoison(page) || !pfn_is_ram(pfn) || in read_kcore_iter()
/linux/arch/x86/kernel/
H A Daperture_64.c83 .pfn_is_ram = gart_oldmem_pfn_is_ram,
/linux/drivers/virtio/
H A Dvirtio_mem.c2767 * 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()