nops 215 arch/arm64/include/asm/alternative.h nops (662b-661b) / AARCH64_INSN_SIZE nops 61 arch/arm64/include/asm/arch_gicv3.h nops(8); nops 63 arch/arm64/include/asm/arch_gicv3.h nops(4); nops 129 arch/arm64/include/asm/assembler.h .macro nops, num nops 67 arch/csky/kernel/ftrace.c static uint16_t nops[7] = {NOP, NOP32_HI, NOP32_LO, NOP32_HI, NOP32_LO, nops 74 arch/csky/kernel/ftrace.c if (probe_kernel_read((void *)olds, (void *)hook_pos, sizeof(nops))) nops 77 arch/csky/kernel/ftrace.c if (memcmp((void *)nops, (void *)olds, sizeof(nops))) { nops 99 arch/csky/kernel/ftrace.c ret = probe_kernel_write((void *)hook_pos, enable ? call : nops, nops 100 arch/csky/kernel/ftrace.c sizeof(nops)); nops 17 arch/riscv/kernel/ftrace.c unsigned int nops[2] = {NOP4, NOP4}; nops 21 arch/riscv/kernel/ftrace.c expected = nops; nops 48 arch/riscv/kernel/ftrace.c unsigned int nops[2] = {NOP4, NOP4}; nops 54 arch/riscv/kernel/ftrace.c ret = probe_kernel_write((void *)hook_pos, enable ? call : nops, nops 30 arch/s390/kernel/alternative.c static const void *nops[] __initdata_or_module = { nops 59 arch/s390/kernel/alternative.c memcpy(insns, nops[len / 2 - 1], len); nops 803 drivers/mtd/nand/spi/core.c for (i = 0; i < variants->nops; i++) { nops 154 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.h sq->stats->nops += nnops; nops 207 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c s->rx_xdp_tx_nops += xdpsq_stats->nops; nops 236 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c s->tx_xdp_nops += xdpsq_red_stats->nops; nops 1501 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c { MLX5E_DECLARE_RQ_XDPSQ_STAT(struct mlx5e_xdpsq_stats, nops) }, nops 1511 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c { MLX5E_DECLARE_XDPSQ_STAT(struct mlx5e_xdpsq_stats, nops) }, nops 299 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h u64 nops; nops 55 fs/nfs/callback.h unsigned nops; nops 62 fs/nfs/callback.h __be32 *nops; nops 162 fs/nfs/callback_xdr.c hdr->nops = ntohl(*p); nops 666 fs/nfs/callback_xdr.c hdr->nops = xdr_reserve_space(xdr, 4); nops 667 fs/nfs/callback_xdr.c if (unlikely(hdr->nops == NULL)) nops 935 fs/nfs/callback_xdr.c unsigned int nops = 0; nops 964 fs/nfs/callback_xdr.c while (status == 0 && nops != hdr_arg.nops) { nops 965 fs/nfs/callback_xdr.c status = process_op(nops, rqstp, &xdr_in, nops 968 fs/nfs/callback_xdr.c nops++; nops 975 fs/nfs/callback_xdr.c nops--; nops 979 fs/nfs/callback_xdr.c *hdr_res.nops = htonl(nops); nops 944 fs/nfs/nfs4xdr.c uint32_t nops; nops 1033 fs/nfs/nfs4xdr.c *p = cpu_to_be32(hdr->nops); nops 1041 fs/nfs/nfs4xdr.c hdr->nops++; nops 1047 fs/nfs/nfs4xdr.c WARN_ON_ONCE(hdr->nops > NFS4_MAX_OPS); nops 1048 fs/nfs/nfs4xdr.c *hdr->nops_p = htonl(hdr->nops); nops 2362 fs/nfs/nfs4xdr.c .nops = 0, nops 2722 fs/nfs/nfs4xdr.c .nops = 0, nops 2739 fs/nfs/nfs4xdr.c .nops = 0, nops 2756 fs/nfs/nfs4xdr.c .nops = 0, nops 3171 fs/nfs/nfs4xdr.c hdr->nops = be32_to_cpup(p); nops 3172 fs/nfs/nfs4xdr.c if (unlikely(hdr->nops < 1)) nops 56 fs/nfsd/nfs4callback.c u32 nops; nops 261 fs/nfsd/nfs4callback.c *p = cpu_to_be32(hdr->nops); /* argarray element count */ nops 269 fs/nfsd/nfs4callback.c BUG_ON(hdr->nops > NFS4_MAX_BACK_CHANNEL_OPS); nops 270 fs/nfsd/nfs4callback.c *hdr->nops_p = cpu_to_be32(hdr->nops); nops 298 fs/nfsd/nfs4callback.c hdr->nops = be32_to_cpup(p); nops 327 fs/nfsd/nfs4callback.c hdr->nops++; nops 362 fs/nfsd/nfs4callback.c hdr->nops++; nops 572 fs/nfsd/nfs4callback.c hdr->nops++; nops 646 fs/nfsd/nfs4callback.c hdr.nops++; nops 725 fs/nfsd/nfs4callback.c hdr->nops++; nops 247 include/linux/mtd/spinand.h unsigned int nops; nops 253 include/linux/mtd/spinand.h .nops = sizeof((struct spi_mem_op[]){ __VA_ARGS__ }) / \ nops 10 tools/build/feature/test-dwarf_getlocations.c size_t nops; nops 12 tools/build/feature/test-dwarf_getlocations.c return (int)dwarf_getlocations(&attr, offset, &base, &start, &end, &op, &nops); nops 51 tools/perf/arch/powerpc/util/skip-callchain-idx.c size_t nops; nops 54 tools/perf/arch/powerpc/util/skip-callchain-idx.c result = dwarf_frame_register(frame, ra_regno, ops_mem, &ops, &nops); nops 65 tools/perf/arch/powerpc/util/skip-callchain-idx.c if ((nops != 0 || ops != NULL) && nops 66 tools/perf/arch/powerpc/util/skip-callchain-idx.c !(nops == 1 && ops[0].atom == DW_OP_regx && nops 74 tools/perf/arch/powerpc/util/skip-callchain-idx.c result = dwarf_frame_cfa(frame, &ops, &nops); nops 84 tools/perf/arch/powerpc/util/skip-callchain-idx.c if (nops == 1 && ops[0].atom == DW_OP_bregx && ops[0].number == 1 && nops 1101 tools/perf/util/dwarf-aux.c size_t nops; nops 1119 tools/perf/util/dwarf-aux.c &start, &end, &op, &nops)) > 0) { nops 170 tools/perf/util/probe-finder.c size_t nops; nops 183 tools/perf/util/probe-finder.c if (dwarf_getlocation_addr(&attr, addr, &op, &nops, 1) <= 0) { nops 205 tools/perf/util/probe-finder.c &nops, 1) > 0) nops 211 tools/perf/util/probe-finder.c if (nops == 0) nops 658 tools/perf/util/probe-finder.c size_t nops; nops 684 tools/perf/util/probe-finder.c ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); nops 685 tools/perf/util/probe-finder.c if (ret <= 0 || nops == 0) { nops 688 tools/perf/util/probe-finder.c } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && nops 692 tools/perf/util/probe-finder.c dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) {