Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/mm/
Dcopro_fault.c36 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/
Dcopro.h18 int copro_handle_mm_fault(struct mm_struct *mm, unsigned long ea,
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dfault.c152 ret = copro_handle_mm_fault(current->mm, ea, dsisr, &flt); in spufs_handle_class1()
/linux-4.4.14/drivers/misc/cxl/
Dfault.c143 if ((result = copro_handle_mm_fault(mm, dar, dsisr, &flt))) { in cxl_handle_page_fault()