Lines Matching defs:dax_dbg
46 #define dax_dbg(fmt, ...) do { \
257 dax_dbg("Found node 0x%llx = %s", pn, prop);
262 dax_dbg("Found node 0x%llx = %s", pn, prop);
278 dax_dbg("MD indicates DAX2 coprocessor");
284 dax_dbg("MD indicates DAX1 coprocessor");
292 dax_dbg("Registering DAX HV api with major %ld minor %ld", major,
299 dax_dbg("Max minor supported by HV = %ld (major %ld)", minor,
302 dax_dbg("registered DAX major %ld minor %ld", major, minor);
377 dax_dbg("len=0x%lx, flags=0x%lx", len, vma->vm_flags);
380 dax_dbg("devmap called from wrong thread");
385 dax_dbg("len(%lu) != DAX_MMAP_LEN(%d)", len, DAX_MMAP_LEN);
398 dax_dbg("mmapped completion area at uva 0x%lx", vma->vm_start);
412 dax_dbg("freeing page %p", p);
424 dax_dbg("uva %p", va);
428 dax_dbg("locked page %p, for VA %p", *p, va);
432 dax_dbg("pin_user_pages failed, va=%p, ret=%d", va, ret);
451 dax_dbg("output");
461 dax_dbg("input");
471 dax_dbg("sec input");
481 dax_dbg("tbl");
506 dax_dbg("idx=%d", idx);
514 dax_dbg("ctx (%p): CCB[%d] timed out, wait usec=%d, retries=%d. Killing ccb",
519 dax_dbg("Kill CCB[%d] %s", idx, ret ? "failed" : "succeeded");
531 dax_dbg("CCB[%d] not completed", i);
594 dax_dbg("invalid ca_offset (%d) >= ca_buflen (%d)",
601 dax_dbg("dax_ccb_kill failed (ret=%d)", ret);
614 dax_dbg("invalid ca_offset (%d) >= ca_buflen (%d)",
621 dax_dbg("dax_ccb_info failed (ret=%d)", ret);
657 dax_dbg("ctx->ccb_buf=0x%p, ccb_buf_ra=0x%llx",
668 dax_dbg("ctx=0x%p, ctx->ca_buf=0x%p, ca_buf_ra=0x%llx",
715 dax_dbg("attempting kill on ca_ra 0x%llx", ca);
723 dax_dbg("%s (ca_ra 0x%llx)", err_str, ca);
741 dax_dbg("attempting info on ca_ra 0x%llx", ca);
752 dax_dbg("%s (ca_ra 0x%llx)", err_str, ca);
763 dax_dbg("ccb buffer:");
766 dax_dbg(" %sccb[%d]", ccb[i].hdr.longccb ? "long " : "", i);
768 dax_dbg("\tccb[%d].dwords[%d]=0x%llx",
811 dax_dbg("invalid out_addr_type in user CCB[%d]", i);
817 dax_dbg("invalid pri_addr_type in user CCB[%d]", i);
823 dax_dbg("invalid sec_addr_type in user CCB[%d]", i);
829 dax_dbg("invalid table_addr_type in user CCB[%d]", i);
839 dax_dbg("ccb[%d]=%p, ca_offset=0x%lx, compl RA=0x%llx",
861 dax_dbg("wrong thread");
865 dax_dbg("args: ccb_buf_len=%ld, idx=%d", count, idx);
878 dax_dbg("copyin of user CCB buffer failed");
886 dax_dbg("CA range not available, dequeue needed");
927 dax_dbg("hcall returned HV_EWOULDBLOCK");
935 dax_dbg("hcall returned HV_ENOMAP");
945 dax_dbg("hcall returned HV_EINVAL");
954 dax_dbg("hcall returned HV_ENOACCESS");
963 dax_dbg("hcall returned HV_EUNAVAILABLE");
968 dax_dbg("unknown hcall return value (%ld)", hv_rv);
983 dax_dbg("hcall rv=%ld, accepted_len=%ld, status_data=0x%llx, ret status=%d",