Searched refs:copro_handle_mm_fault (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
H A Dcopro.h18 int copro_handle_mm_fault(struct mm_struct *mm, unsigned long ea,
/linux-4.1.27/arch/powerpc/mm/
H A Dcopro_fault.c36 int copro_handle_mm_fault(struct mm_struct *mm, unsigned long ea, copro_handle_mm_fault() function
99 EXPORT_SYMBOL_GPL(copro_handle_mm_fault); variable
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
H A Dfault.c141 /* we must not hold the lock when entering copro_handle_mm_fault */ spufs_handle_class1()
152 ret = copro_handle_mm_fault(current->mm, ea, dsisr, &flt); spufs_handle_class1()
/linux-4.1.27/drivers/misc/cxl/
H A Dfault.c143 if ((result = copro_handle_mm_fault(mm, dar, dsisr, &flt))) { cxl_handle_page_fault()
144 pr_devel("copro_handle_mm_fault failed: %#x\n", result); cxl_handle_page_fault()

Completed in 110 milliseconds