Lines Matching defs:body
350 * buf: The buffer to write the body into (should be at least
358 struct ocxl_kernel_event_xsl_fault_error body;
360 memset(&body, 0, sizeof(body));
368 body.addr = ctx->xsl_error.addr;
369 body.dsisr = ctx->xsl_error.dsisr;
370 body.count = ctx->xsl_error.count;
380 if (copy_to_user(buf, &body, sizeof(body)))
383 return sizeof(body);