Symbol: nops
arch/arm64/include/asm/alternative-macros.h
203
nops (662b-661b) / AARCH64_INSN_SIZE
arch/arm64/include/asm/arch_gicv3.h
70
nops(8);
arch/arm64/include/asm/arch_gicv3.h
72
nops(4);
arch/arm64/include/asm/assembler.h
117
.macro nops, num
arch/csky/kernel/ftrace.c
101
ret = copy_to_kernel_nofault((void *)hook_pos, enable ? call : nops,
arch/csky/kernel/ftrace.c
102
sizeof(nops));
arch/csky/kernel/ftrace.c
68
static uint16_t nops[7] = {NOP, NOP32_HI, NOP32_LO, NOP32_HI, NOP32_LO,
arch/csky/kernel/ftrace.c
76
sizeof(nops)))
arch/csky/kernel/ftrace.c
79
if (memcmp((void *)nops, (void *)olds, sizeof(nops))) {
arch/riscv/include/asm/asm.h
86
.macro nops, num
arch/riscv/kernel/ftrace.c
159
unsigned int nops[2], offset;
arch/riscv/kernel/ftrace.c
169
nops[0] = to_auipc_t0(offset);
arch/riscv/kernel/ftrace.c
170
nops[1] = RISCV_INSN_NOP4;
arch/riscv/kernel/ftrace.c
172
ret = patch_insn_write((void *)pc, nops, 2 * MCOUNT_INSN_SIZE);
arch/x86/kernel/callthunks.c
173
static const u8 nops[] = {
arch/x86/kernel/callthunks.c
194
if (bcmp(pad, nops, tsize)) {
arch/x86/net/bpf_jit_comp.c
1820
int nops;
arch/x86/net/bpf_jit_comp.c
2758
nops = INSN_SZ_DIFF - 2;
arch/x86/net/bpf_jit_comp.c
2759
if (nops != 0 && nops != 4) {
arch/x86/net/bpf_jit_comp.c
2761
nops);
arch/x86/net/bpf_jit_comp.c
2764
emit_nops(&prog, nops);
arch/x86/net/bpf_jit_comp.c
2815
nops = INSN_SZ_DIFF;
arch/x86/net/bpf_jit_comp.c
2816
if (nops != 0 && nops != 2 && nops != 5) {
arch/x86/net/bpf_jit_comp.c
2818
nops);
arch/x86/net/bpf_jit_comp.c
2821
emit_nops(&prog, nops);
arch/x86/net/bpf_jit_comp.c
2840
nops = INSN_SZ_DIFF - 2;
arch/x86/net/bpf_jit_comp.c
2841
if (nops != 0 && nops != 3) {
arch/x86/net/bpf_jit_comp.c
2843
nops);
drivers/mtd/nand/spi/core.c
1483
for (i = 0; i < info->vendor_ops->nops; i++) {
drivers/mtd/nand/spi/core.c
1553
for (i = 0; i < variants->nops; i++) {
drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c
377
sq->stats->nops += contig_wqebbs;
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
2332
{ MLX5E_DECLARE_RQ_XDPSQ_STAT(struct mlx5e_xdpsq_stats, nops) },
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
2342
{ MLX5E_DECLARE_XDPSQ_STAT(struct mlx5e_xdpsq_stats, nops) },
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
283
s->tx_xdp_nops += xdpsq_red_stats->nops;
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
295
s->rx_xdp_tx_nops += xdpsq_stats->nops;
drivers/net/ethernet/mellanox/mlx5/core/en_stats.h
454
u64 nops;
fs/nfs/callback.h
37
unsigned nops;
fs/nfs/callback.h
44
__be32 *nops;
fs/nfs/callback_xdr.c
162
hdr->nops = ntohl(*p);
fs/nfs/callback_xdr.c
685
hdr->nops = xdr_reserve_space(xdr, 4);
fs/nfs/callback_xdr.c
686
if (unlikely(hdr->nops == NULL))
fs/nfs/callback_xdr.c
947
unsigned int nops = 0;
fs/nfs/callback_xdr.c
976
while (status == 0 && nops != hdr_arg.nops) {
fs/nfs/callback_xdr.c
977
status = process_op(nops, rqstp, &cps);
fs/nfs/callback_xdr.c
978
nops++;
fs/nfs/callback_xdr.c
985
nops--;
fs/nfs/callback_xdr.c
994
*hdr_res.nops = htonl(nops);
fs/nfs/nfs4xdr.c
1047
*p = cpu_to_be32(hdr->nops);
fs/nfs/nfs4xdr.c
1055
hdr->nops++;
fs/nfs/nfs4xdr.c
1061
WARN_ON_ONCE(hdr->nops > NFS4_MAX_OPS);
fs/nfs/nfs4xdr.c
1062
*hdr->nops_p = htonl(hdr->nops);
fs/nfs/nfs4xdr.c
2434
.nops = 0,
fs/nfs/nfs4xdr.c
2797
.nops = 0,
fs/nfs/nfs4xdr.c
2815
.nops = 0,
fs/nfs/nfs4xdr.c
2832
.nops = 0,
fs/nfs/nfs4xdr.c
3250
hdr->nops = tmp;
fs/nfs/nfs4xdr.c
3251
if (unlikely(hdr->nops < 1))
fs/nfs/nfs4xdr.c
963
uint32_t nops;
fs/nfsd/nfs4callback.c
285
*p = cpu_to_be32(hdr->nops); /* argarray element count */
fs/nfsd/nfs4callback.c
293
BUG_ON(hdr->nops > NFS4_MAX_BACK_CHANNEL_OPS);
fs/nfsd/nfs4callback.c
294
*hdr->nops_p = cpu_to_be32(hdr->nops);
fs/nfsd/nfs4callback.c
321
if (xdr_stream_decode_u32(xdr, &hdr->nops) < 0)
fs/nfsd/nfs4callback.c
351
hdr->nops++;
fs/nfsd/nfs4callback.c
369
hdr->nops++;
fs/nfsd/nfs4callback.c
404
hdr->nops++;
fs/nfsd/nfs4callback.c
480
hdr->nops++;
fs/nfsd/nfs4callback.c
57
u32 nops;
fs/nfsd/nfs4callback.c
818
hdr->nops++;
fs/nfsd/nfs4callback.c
892
hdr.nops++;
fs/nfsd/nfs4callback.c
970
hdr->nops++;
include/linux/mtd/spinand.h
461
unsigned int nops;
include/linux/mtd/spinand.h
467
.nops = sizeof((struct spi_mem_op[]){ __VA_ARGS__ }) / \
tools/build/feature/test-libdw.c
31
size_t nops;
tools/build/feature/test-libdw.c
34
return (int)dwarf_getlocations(&attr, offset, &base, &start, &end, &op, &nops);
tools/objtool/arch/x86/decode.c
849
static const char nops[5][5] = {
tools/objtool/arch/x86/decode.c
862
return nops[len-1];
tools/objtool/disas.c
1026
int nops;
tools/objtool/disas.c
1032
nops = 0;
tools/objtool/disas.c
1036
if (!dalt->insn[j].str || !dalt->insn[j].nops)
tools/objtool/disas.c
1042
nops += dalt->insn[j].nops;
tools/objtool/disas.c
1054
dalt->insn[j + 1].str = strfmt("nop%s%d", s, nops);
tools/objtool/disas.c
1056
dalt->insn[j + 1].nops = nops;
tools/objtool/disas.c
55
int nops; /* number of nops */
tools/objtool/disas.c
734
int offset, int nops)
tools/objtool/disas.c
747
dalt->insn[index].nops = nops;
tools/objtool/disas.c
760
int nops;
tools/objtool/disas.c
771
nops = 0;
tools/objtool/disas.c
774
nops = orig_insn->len;
tools/objtool/disas.c
780
disas_alt_add_insn(dalt, 0, str, 0, nops);
tools/objtool/disas.c
816
int nops;
tools/objtool/disas.c
822
nops = 0;
tools/objtool/disas.c
831
nops = insn->type == INSN_NOP ? insn->len : 0;
tools/objtool/disas.c
832
err = disas_alt_add_insn(dalt, count, str, offset, nops);
tools/objtool/disas.c
848
int nops;
tools/objtool/disas.c
864
nops = dalt->orig_insn->type == INSN_NOP ? dalt->orig_insn->len : 0;
tools/objtool/disas.c
865
err = disas_alt_add_insn(dalt, 0, str, 0, nops);
tools/perf/arch/powerpc/util/skip-callchain-idx.c
43
size_t nops;
tools/perf/arch/powerpc/util/skip-callchain-idx.c
46
result = dwarf_frame_register(frame, ra_regno, ops_mem, &ops, &nops);
tools/perf/arch/powerpc/util/skip-callchain-idx.c
57
if ((nops != 0 || ops != NULL) &&
tools/perf/arch/powerpc/util/skip-callchain-idx.c
58
!(nops == 1 && ops[0].atom == DW_OP_regx &&
tools/perf/arch/powerpc/util/skip-callchain-idx.c
66
result = dwarf_frame_cfa(frame, &ops, &nops);
tools/perf/arch/powerpc/util/skip-callchain-idx.c
76
if (nops == 1 && ops[0].atom == DW_OP_bregx && ops[0].number == 1 &&
tools/perf/util/annotate-data.c
102
while ((off = dwarf_getlocations(&attr, off, &base, &start, &end, &ops, &nops)) > 0) {
tools/perf/util/annotate-data.c
94
size_t nops;
tools/perf/util/dwarf-aux.c
1244
static bool check_allowed_ops(Dwarf_Op *ops, size_t nops)
tools/perf/util/dwarf-aux.c
1248
nops--;
tools/perf/util/dwarf-aux.c
1256
while (nops) {
tools/perf/util/dwarf-aux.c
1267
nops--;
tools/perf/util/dwarf-aux.c
1351
size_t nops;
tools/perf/util/dwarf-aux.c
1369
&start, &end, &op, &nops)) > 0) {
tools/perf/util/dwarf-aux.c
1465
static bool is_breg_access_indirect(Dwarf_Op *ops, size_t nops)
tools/perf/util/dwarf-aux.c
1468
if (nops == 1)
tools/perf/util/dwarf-aux.c
1471
if (nops == 2 && ops[1].atom == DW_OP_stack_value)
tools/perf/util/dwarf-aux.c
1474
if (nops == 3 && (ops[1].atom == DW_OP_deref ||
tools/perf/util/dwarf-aux.c
1491
size_t nops;
tools/perf/util/dwarf-aux.c
1499
while ((off = dwarf_getlocations(&attr, off, &base, &start, &end, &ops, &nops)) > 0) {
tools/perf/util/dwarf-aux.c
1508
check_allowed_ops(ops, nops) &&
tools/perf/util/dwarf-aux.c
1510
is_breg_access_indirect(ops, nops)))
tools/perf/util/dwarf-aux.c
1517
check_allowed_ops(ops, nops) &&
tools/perf/util/dwarf-aux.c
1524
check_allowed_ops(ops, nops) &&
tools/perf/util/dwarf-aux.c
1526
is_breg_access_indirect(ops, nops)))
tools/perf/util/dwarf-aux.c
1531
check_allowed_ops(ops, nops) &&
tools/perf/util/dwarf-aux.c
1538
check_allowed_ops(ops, nops) &&
tools/perf/util/dwarf-aux.c
1540
is_breg_access_indirect(ops, nops)))
tools/perf/util/dwarf-aux.c
1588
size_t nops;
tools/perf/util/dwarf-aux.c
1596
while ((off = dwarf_getlocations(&attr, off, &base, &start, &end, &ops, &nops)) > 0) {
tools/perf/util/dwarf-aux.c
1600
if (check_allowed_ops(ops, nops) &&
tools/perf/util/dwarf-aux.c
1643
size_t nops;
tools/perf/util/dwarf-aux.c
1661
while ((off = dwarf_getlocations(&attr, off, &base, &start, &end, &ops, &nops)) > 0) {
tools/perf/util/dwarf-aux.c
1662
if (!check_allowed_ops(ops, nops))
tools/perf/util/dwarf-aux.c
1674
!is_breg_access_indirect(ops, nops))
tools/perf/util/dwarf-aux.c
1717
size_t nops;
tools/perf/util/dwarf-aux.c
1727
if (dwarf_getlocations(&attr, 0, &base, &start, &end, &ops, &nops) <= 0)
tools/perf/util/dwarf-aux.c
1733
if (!check_allowed_ops(ops, nops))
tools/perf/util/dwarf-aux.c
1790
size_t nops;
tools/perf/util/dwarf-aux.c
1797
!dwarf_frame_cfa(frame, &ops, &nops) &&
tools/perf/util/dwarf-aux.c
1798
check_allowed_ops(ops, nops)) {
tools/perf/util/probe-finder.c
106
if (dwarf_getlocation_addr(&attr, addr, &op, &nops, 1) <= 0) {
tools/perf/util/probe-finder.c
126
&nops, 1) > 0)
tools/perf/util/probe-finder.c
132
if (nops == 0)
tools/perf/util/probe-finder.c
603
size_t nops;
tools/perf/util/probe-finder.c
631
ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1);
tools/perf/util/probe-finder.c
632
if (ret <= 0 || nops == 0)
tools/perf/util/probe-finder.c
638
} else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa &&
tools/perf/util/probe-finder.c
642
dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) {
tools/perf/util/probe-finder.c
78
size_t nops;