Lines Matching defs:body
352 * buf: The buffer to write the body into (should be at least
360 struct ocxl_kernel_event_xsl_fault_error body;
362 memset(&body, 0, sizeof(body));
370 body.addr = ctx->xsl_error.addr;
371 body.dsisr = ctx->xsl_error.dsisr;
372 body.count = ctx->xsl_error.count;
382 if (copy_to_user(buf, &body, sizeof(body)))
385 return sizeof(body);