Searched refs:copro_handle_mm_fault (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/powerpc/mm/ |
D | copro_fault.c | 36 int copro_handle_mm_fault(struct mm_struct *mm, unsigned long ea, in copro_handle_mm_fault() function 99 EXPORT_SYMBOL_GPL(copro_handle_mm_fault);
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | copro.h | 18 int copro_handle_mm_fault(struct mm_struct *mm, unsigned long ea,
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | fault.c | 152 ret = copro_handle_mm_fault(current->mm, ea, dsisr, &flt); in spufs_handle_class1()
|
/linux-4.4.14/drivers/misc/cxl/ |
D | fault.c | 143 if ((result = copro_handle_mm_fault(mm, dar, dsisr, &flt))) { in cxl_handle_page_fault()
|