Searched refs:copro_handle_mm_fault (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/arch/powerpc/mm/ |
D | copro_fault.c | 23 int copro_handle_mm_fault(struct mm_struct *mm, unsigned long ea, in copro_handle_mm_fault() function 80 EXPORT_SYMBOL_GPL(copro_handle_mm_fault);
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | copro.h | 16 int copro_handle_mm_fault(struct mm_struct *mm, unsigned long ea,
|
/linux-6.12.1/arch/powerpc/platforms/cell/spufs/ |
D | fault.c | 128 ret = copro_handle_mm_fault(current->mm, ea, dsisr, &flt); in spufs_handle_class1()
|
/linux-6.12.1/drivers/misc/cxl/ |
D | fault.c | 153 if ((result = copro_handle_mm_fault(mm, dar, dsisr, &flt))) { in cxl_handle_mm_fault()
|
/linux-6.12.1/drivers/misc/ocxl/ |
D | link.c | 152 rc = copro_handle_mm_fault(fault->pe_data.mm, fault->dar, fault->dsisr, in xsl_fault_handler_bh()
|