Searched refs:memory_failure (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/linux/
H A Dmemremap.h101 int (*memory_failure)(struct dev_pagemap *pgmap, unsigned long pfn, member in struct:dev_pagemap_ops
145 return pgmap->ops && pgmap->ops->memory_failure;
H A Dmm.h3971 extern int memory_failure(unsigned long pfn, int flags);
/linux-master/mm/
H A Dhwpoison-inject.c43 * memory_failure() will redo the check reliably inside page lock.
51 err = memory_failure(pfn, MF_SW_SIMULATED);
H A Dmemory-failure.c121 .name = "memory_failure",
439 * memory_failure event. In all other cases, page->index and
856 * memory_failure() failed to unmap the error page at the first call, or
2158 rc = pgmap->ops->memory_failure(pgmap, pfn, 1, flags);
2177 * memory_failure - Handle memory failure of a page.
2197 int memory_failure(unsigned long pfn, int flags) function
2400 EXPORT_SYMBOL_GPL(memory_failure); variable
2473 memory_failure(entry.pfn, entry.flags);
2478 * Process memory_failure work queued on the specified CPU.
2479 * Used to avoid return-to-userspace racing with the memory_failure workqueu
[all...]
H A Dmadvise.c1130 ret = memory_failure(pfn, MF_COUNT_INCREASED | MF_SW_SIMULATED);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-memory-errors.c50 memory_failure(paddr_start >> PAGE_SHIFT, 0);
/linux-master/arch/parisc/kernel/
H A Dpdt.c332 memory_failure(pde >> PAGE_SHIFT, 0);
/linux-master/drivers/ras/amd/atl/
H A Dumc.c273 * error messages from memory_failure().
282 memory_failure(addr, 0);
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c599 if (!memory_failure(pfn, 0)) {
1362 ret = memory_failure(pfn, flags);
1370 * -EHWPOISON from memory_failure() means that it already sent SIGBUS
1391 if (!memory_failure(pfn, 0))
1624 int memory_failure(unsigned long pfn, int flags) function
/linux-master/arch/powerpc/kernel/
H A Dmce.c313 memory_failure(pfn, 0);
/linux-master/drivers/nvdimm/
H A Dpmem.c446 .memory_failure = pmem_pagemap_memory_failure,
/linux-master/drivers/base/
H A Dmemory.c618 ret = memory_failure(pfn, MF_SW_SIMULATED);

Completed in 211 milliseconds