cxl_handle_mm_fault  970 drivers/misc/cxl/cxl.h int cxl_handle_mm_fault(struct mm_struct *mm, u64 dsisr, u64 dar);
cxl_handle_mm_fault  267 drivers/misc/cxl/cxllib.c 		rc = cxl_handle_mm_fault(mm, flags, dar);
cxl_handle_mm_fault  186 drivers/misc/cxl/fault.c 	if (cxl_handle_mm_fault(mm, dsisr, dar)) {