Searched refs:copro_handle_mm_fault (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | copro.h | 18 int copro_handle_mm_fault(struct mm_struct *mm, unsigned long ea,
|
/linux-4.1.27/arch/powerpc/mm/ |
H A D | copro_fault.c | 36 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 D | fault.c | 141 /* 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 D | fault.c | 143 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