Home
last modified time | relevance | path

Searched full:zx (Results 1 – 25 of 164) sorted by relevance

1234567

/linux/arch/alpha/kernel/
H A Dpci_iommu.c245 DBGA2("pci_map_single: [%pa,%zx] -> direct %llx from %ps\n", in pci_map_single_1()
256 DBGA2("pci_map_single: [%pa,%zx] -> DAC %llx from %ps\n", in pci_map_single_1()
293 DBGA2("pci_map_single: [%pa,%zx] np %ld -> sg %llx from %ps\n", in pci_map_single_1()
357 DBGA2("pci_unmap_single: direct [%llx,%zx] from %ps\n", in alpha_pci_unmap_phys()
364 DBGA2("pci64_unmap_single: DAC [%llx,%zx] from %ps\n", in alpha_pci_unmap_phys()
396 DBGA2("pci_unmap_single: sg [%llx,%zx] np %ld from %ps\n", in alpha_pci_unmap_phys()
438 DBGA2("pci_alloc_consistent: %zx -> [%p,%llx] from %ps\n", in alpha_pci_alloc_coherent()
458 DBGA2("pci_free_consistent: [%llx,%zx] from %ps\n", in alpha_pci_free_coherent()
744 DBGA(" (%ld) DAC [%llx,%zx]\n", in alpha_pci_unmap_sg()
752 DBGA(" (%ld) direct [%llx,%zx]\n", in alpha_pci_unmap_sg()
[all …]
/linux/drivers/net/ethernet/sfc/
H A Defx_reflash.c309 "Erase failed for NVRAM partition %#x at %#zx-%#zx", in efx_reflash_erase_partition()
356 "Write failed for NVRAM partition %#x at %#zx-%#zx", in efx_reflash_write_partition()
383 "Write failed for NVRAM partition %#x at %#zx-%#zx", in efx_reflash_write_partition()
/linux/fs/netfs/
H A Dwrite_issue.c232 _enter("R=%x[%x],%zx", wreq->debug_id, subreq->debug_index, subreq->len); in netfs_do_issue_write()
302 _debug("part %zx/%zx %zx/%zx", subreq->len, stream->sreq_max_len, part, len); in netfs_advance_write()
382 _debug("folio %zx %zx %zx", foff, flen, fsize); in netfs_write_folio()
738 _debug("folio %zx/%zx", flen, fsize); in netfs_write_folio_single()
H A Dwrite_collect.c29 pr_err(" st=%llx tsl=%zx/%llx/%llx\n", in netfs_dump_request()
41 pr_err(" str[%x] ct=%llx t=%zx\n", in netfs_dump_request()
44 pr_err(" sreq[%x:%x] sc=%u s=%llx t=%zx/%zx r=%d f=%lx\n", in netfs_dump_request()
240 //_debug("sreq [%x] %llx %zx/%zx", in netfs_collect_write_results()
H A Dread_pgpriv2.c51 _debug("folio %zx %zx", flen, fsize); in netfs_pgpriv2_copy_folio()
/linux/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_util.c69 mtk_v4l2_err(plat_dev, "%s dma_alloc size=0x%zx failed!", in mtk_vcodec_mem_alloc()
74 mtk_v4l2_debug(plat_dev, 3, "[%d] - va = %p dma = 0x%lx size = 0x%zx", id, mem->va, in mtk_vcodec_mem_alloc()
106 mtk_v4l2_debug(plat_dev, 3, "[%d] - va = %p dma = 0x%lx size = 0x%zx", id, mem->va, in mtk_vcodec_mem_free()
/linux/drivers/mtd/parsers/
H A Dbrcm_u-boot.c49 pr_err("Failed to read from %s at 0x%zx: %d\n", mtd->name, offset, err); in brcm_u_boot_parse()
60 pr_info("offset:0x%zx magic:0x%08x BINGO\n", offset, header.magic); in brcm_u_boot_parse()
/linux/drivers/char/tpm/
H A Dtpm_i2c_atmel.c57 "%s(buf=%*ph len=%0zx) -> sts=%d\n", __func__, in i2c_atmel_send()
94 "%s early(buf=%*ph count=%0zx) -> ret=%d\n", __func__, in i2c_atmel_recv()
103 "%s reread(buf=%*ph count=%0zx) -> ret=%d\n", __func__, in i2c_atmel_recv()
/linux/drivers/staging/media/ipu3/
H A Dipu3-mmu.c263 dev_err(mmu->dev, "unaligned: iova 0x%lx pa %pa size 0x%zx\n", in imgu_mmu_map()
268 dev_dbg(mmu->dev, "map: iova 0x%lx pa %pa size 0x%zx\n", in imgu_mmu_map()
391 dev_err(mmu->dev, "unaligned: iova 0x%lx size 0x%zx\n", in imgu_mmu_unmap()
396 dev_dbg(mmu->dev, "unmap this: iova 0x%lx size 0x%zx\n", iova, size); in imgu_mmu_unmap()
407 dev_dbg(mmu->dev, "unmapped: iova 0x%lx size 0x%zx\n", in imgu_mmu_unmap()
/linux/tools/testing/selftests/bpf/
H A Dtrace_helpers.c320 while (fscanf(f, "%zx-%zx %s %zx %*[^\n]\n", &start, &end, buf, &base) == 4) { in get_uprobe_offset()
390 while (fscanf(f, "%zx-%zx %s %zx %*[^\n]\n", &start, &end, buf, &offset) == 4) { in get_rel_offset()
/linux/arch/mips/net/
H A Dbpf_jit_comp64.c111 access_reg(ctx, JIT_REG_ZX); /* We need the ZX register */ in emit_zext()
441 u8 zx = bpf2mips64[JIT_REG_ZX]; in emit_call() local
466 emit(ctx, daddiu, zx, MIPS_R_ZERO, -1); in emit_call()
467 emit(ctx, dsrl32, zx, zx, 0); in emit_call()
550 u8 zx = bpf2mips64[JIT_REG_ZX]; in build_prologue() local
580 clobber_reg(ctx, zx); in build_prologue()
610 emit(ctx, daddiu, zx, MIPS_R_ZERO, -1); in build_prologue()
611 emit(ctx, dsrl32, zx, zx, 0); in build_prologue()
/linux/include/trace/events/
H A Dnetfs.h324 TP_printk("R=%08x %s c=%08x ni=%llx s=%llx l=%zx sz=%llx",
391 TP_printk("R=%08x[%x] %s %s f=%03x s=%llx %zx/%zx s=%u e=%d",
431 TP_printk("R=%08x[%x] %s f=%02x s=%llx %zx/%zx %s e=%d",
535 TP_printk("WRITE-ITER i=%x s=%llx l=%zx f=%x",
/linux/tools/perf/util/
H A Ds390-cpumsf.c268 pr_err("Invalid AUX trace basic entry [%#08zx]\n", pos); in s390_cpumsf_basic_show()
271 color_fprintf(stdout, color, " [%#08zx] Basic Def:%04x Inst:%#04x" in s390_cpumsf_basic_show()
301 pr_err("Invalid AUX trace diagnostic entry [%#08zx]\n", pos); in s390_cpumsf_diag_show()
304 color_fprintf(stdout, color, " [%#08zx] Diag Def:%04x %c\n", in s390_cpumsf_diag_show()
343 pr_err("Invalid AUX trace trailer entry [%#08zx]\n", pos); in s390_cpumsf_trailer_show()
346 color_fprintf(stdout, color, " [%#08zx] Trailer %c%c%c bsdes:%d" in s390_cpumsf_trailer_show()
537 pr_debug4("%s pos:%#zx ip:%#" PRIx64 " P:%d CL:%d pid:%d.%d cpumode:%d cpu:%d\n", in s390_cpumsf_make_event()
748 pr_debug4("%s queue_nr:%d buffer:%" PRId64 " offset:%#" PRIx64 " size:%#zx rest:%#zx\n", in s390_cpumsf_run_decoder()
/linux/drivers/dma/dw-edma/
H A Ddw-edma-pcie.c558 pci_dbg(pdev, "Registers:\tBAR=%u, off=0x%.8lx, sz=0x%zx bytes, addr(v=%p)\n", in dw_edma_pcie_probe()
564 pci_dbg(pdev, "L. List:\tWRITE CH%.2u, BAR=%u, off=0x%.8lx, sz=0x%zx bytes, addr(v=%p, p=%pa)\n", in dw_edma_pcie_probe()
572 pci_dbg(pdev, "Data:\tWRITE CH%.2u, BAR=%u, off=0x%.8lx, sz=0x%zx bytes, addr(v=%p, p=%pa)\n", in dw_edma_pcie_probe()
580 pci_dbg(pdev, "L. List:\tREAD CH%.2u, BAR=%u, off=0x%.8lx, sz=0x%zx bytes, addr(v=%p, p=%pa)\n", in dw_edma_pcie_probe()
588 pci_dbg(pdev, "Data:\tREAD CH%.2u, BAR=%u, off=0x%.8lx, sz=0x%zx bytes, addr(v=%p, p=%pa)\n", in dw_edma_pcie_probe()
/linux/net/rxrpc/
H A Dkey.c185 _debug("keylen: %zx", raw_keylen); in rxrpc_preparse_xdr_yfs_rxgk()
194 _debug("tktlen: %zx", raw_tktlen); in rxrpc_preparse_xdr_yfs_rxgk()
199 kleave(" = -EKEYREJECTED [%zx!=%x, %zx,%zx]", in rxrpc_preparse_xdr_yfs_rxgk()
358 _debug("token: [%x/%zx] %x", toklen, datalen, sec_ix); in rxrpc_preparse_xdr()
/linux/tools/testing/selftests/kvm/lib/
H A Delf.c86 " expected: %zx", in elfhdr_get()
91 " expected: %zx", in elfhdr_get()
/linux/tools/testing/selftests/mm/
H A Dpkey_util.c118 dprintf2("%s(0x%p, %zx, prot=%lx, pkey=%lx)\n", __func__,
/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateful.c318 "id=%d Framebuf pfb=%p VA=%p Y_DMA=%pad C_DMA=%pad Size=%zx", in mtk_vdec_worker()
356 mtk_v4l2_vdec_dbg(3, ctx, "[%d] Bitstream VA=%p DMA=%pad Size=%zx vb=%p", in mtk_vdec_worker()
369 "[%d] decode src[%d] sz=0x%zx pts=%llu dst[%d] ret=%d res_chg=%d", in mtk_vdec_worker()
471 mtk_v4l2_vdec_dbg(2, ctx, "[%d] buf id=%d va=%p dma=%pad size=%zx", ctx->id, in vb2ops_vdec_stateful_buf_queue()
/linux/Documentation/devicetree/bindings/clock/
H A Drenesas,cpg-div6-clock.yaml63 "zx", "zs", "hp", "ztr", "zt";
/linux/drivers/scsi/libfc/
H A Dfc_fcp.c511 FC_FCP_DBG(fsp, "data received past end. len %zx offset %zx " in fc_fcp_recv_data()
613 FC_FCP_DBG(fsp, "xfer-ready past end. seq_blen %zx " in fc_fcp_send_data()
614 "offset %zx\n", seq_blen, offset); in fc_fcp_send_data()
620 "seq_blen %zx offset %zx\n", seq_blen, offset); in fc_fcp_send_data()
631 FC_FCP_DBG(fsp, "fsp=%p:lso:blen=%zx lso_max=0x%x t_blen=%zx\n", in fc_fcp_send_data()
946 FC_FCP_DBG(fsp, "tgt %6.6x xfer len %zx data underrun " in fc_fcp_resp()
954 FC_FCP_DBG(fsp, "tgt %6.6x xfer len %zx greater than expected, " in fc_fcp_resp()
1000 FC_FCP_DBG(fsp, "data underrun, xfer %zx data %x\n", in fc_fcp_complete_locked()
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-mmu.c657 dev_dbg(mmu_info->dev, "unmapping iova 0x%lx size 0x%zx\n", iova, size); in ipu6_mmu_unmap()
668 dev_err(NULL, "unaligned: iova 0x%lx size 0x%zx min_pagesz 0x%x\n", in ipu6_mmu_unmap()
694 "unaligned: iova %lx pa %pa size %zx min_pagesz %x\n", in ipu6_mmu_map()
699 dev_dbg(mmu_info->dev, "map: iova 0x%lx pa %pa size 0x%zx\n", in ipu6_mmu_map()
/linux/drivers/media/rc/keymaps/
H A Drc-zx-irdec.c77 MODULE_DESCRIPTION("zx-irdec remote controller keytable");
/linux/fs/jffs2/
H A Dread.c47 pr_warn("Short read from 0x%08x: wanted 0x%zx bytes, got 0x%zx\n", in jffs2_read_dnode()
/linux/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_signal.c65 printf("size 0x%06x: OK, stack base %p top %p (%zx used)\n", in child()
/linux/tools/testing/selftests/livepatch/test_modules/
H A Dtest_klp_shadow_vars.c80 …pr_info("klp_%s(obj=PTR%d, id=0x%lx, size=%zx, gfp_flags=%pGg), ctor=PTR%d, ctor_data=PTR%d = PTR%… in shadow_alloc()
95 …pr_info("klp_%s(obj=PTR%d, id=0x%lx, size=%zx, gfp_flags=%pGg), ctor=PTR%d, ctor_data=PTR%d = PTR%… in shadow_get_or_alloc()

1234567