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

/linux-master/arch/x86/xen/
H A Dmmu_hvm.c32 .pfn_is_ram = xen_vmcore_pfn_is_ram,
/linux-master/include/linux/
H A Dcrash_dump.h95 * @pfn_is_ram: check whether a PFN really is RAM and should be accessed when
111 bool (*pfn_is_ram)(struct vmcore_cb *cb, unsigned long pfn); member in struct:vmcore_cb
/linux-master/drivers/firmware/efi/
H A Dunaccepted_memory.c214 .pfn_is_ram = unaccepted_memory_vmcore_pfn_is_ram,
/linux-master/fs/proc/
H A Dvmcore.c104 static bool pfn_is_ram(unsigned long pfn) function
111 if (unlikely(!cb->pfn_is_ram))
113 ret = cb->pfn_is_ram(cb, pfn);
153 if (!pfn_is_ram(pfn)) {
514 if (!pfn_is_ram(pos)) {
H A Dkcore.c71 static int pfn_is_ram(unsigned long pfn) function
549 is_page_hwpoison(page) || !pfn_is_ram(pfn) ||
/linux-master/arch/x86/kernel/
H A Daperture_64.c83 .pfn_is_ram = gart_oldmem_pfn_is_ram,
/linux-master/drivers/virtio/
H A Dvirtio_mem.c2703 vm->vmcore_cb.pfn_is_ram = virtio_mem_vmcore_pfn_is_ram;

Completed in 159 milliseconds