| /Linux-v5.4/arch/csky/kernel/ |
| D | ftrace.c | 67 static uint16_t nops[7] = {NOP, NOP32_HI, NOP32_LO, NOP32_HI, NOP32_LO, variable 74 if (probe_kernel_read((void *)olds, (void *)hook_pos, sizeof(nops))) in ftrace_check_current_nop() 77 if (memcmp((void *)nops, (void *)olds, sizeof(nops))) { in ftrace_check_current_nop() 99 ret = probe_kernel_write((void *)hook_pos, enable ? call : nops, in ftrace_modify_code() 100 sizeof(nops)); in ftrace_modify_code()
|
| /Linux-v5.4/tools/perf/arch/powerpc/util/ |
| D | skip-callchain-idx.c | 51 size_t nops; in check_return_reg() local 54 result = dwarf_frame_register(frame, ra_regno, ops_mem, &ops, &nops); in check_return_reg() 65 if ((nops != 0 || ops != NULL) && in check_return_reg() 66 !(nops == 1 && ops[0].atom == DW_OP_regx && in check_return_reg() 74 result = dwarf_frame_cfa(frame, &ops, &nops); in check_return_reg() 84 if (nops == 1 && ops[0].atom == DW_OP_bregx && ops[0].number == 1 && in check_return_reg()
|
| /Linux-v5.4/arch/riscv/kernel/ |
| D | ftrace.c | 17 unsigned int nops[2] = {NOP4, NOP4}; in ftrace_check_current_call() local 21 expected = nops; in ftrace_check_current_call() 48 unsigned int nops[2] = {NOP4, NOP4}; in __ftrace_modify_call() local 54 ret = probe_kernel_write((void *)hook_pos, enable ? call : nops, in __ftrace_modify_call()
|
| /Linux-v5.4/tools/build/feature/ |
| D | test-dwarf_getlocations.c | 10 size_t nops; in main() local 12 return (int)dwarf_getlocations(&attr, offset, &base, &start, &end, &op, &nops); in main()
|
| /Linux-v5.4/arch/s390/kernel/ |
| D | alternative.c | 30 static const void *nops[] __initdata_or_module = { variable 59 memcpy(insns, nops[len / 2 - 1], len); in add_padding()
|
| /Linux-v5.4/fs/nfs/ |
| D | callback_xdr.c | 162 hdr->nops = ntohl(*p); in decode_compound_hdr_arg() 666 hdr->nops = xdr_reserve_space(xdr, 4); in encode_compound_hdr_res() 667 if (unlikely(hdr->nops == NULL)) in encode_compound_hdr_res() 935 unsigned int nops = 0; in nfs4_callback_compound() local 964 while (status == 0 && nops != hdr_arg.nops) { in nfs4_callback_compound() 965 status = process_op(nops, rqstp, &xdr_in, in nfs4_callback_compound() 968 nops++; in nfs4_callback_compound() 975 nops--; in nfs4_callback_compound() 979 *hdr_res.nops = htonl(nops); in nfs4_callback_compound()
|
| D | callback.h | 55 unsigned nops; member 62 __be32 *nops; member
|
| D | nfs4xdr.c | 944 uint32_t nops; member 1033 *p = cpu_to_be32(hdr->nops); in encode_compound_hdr() 1041 hdr->nops++; in encode_op_hdr() 1047 WARN_ON_ONCE(hdr->nops > NFS4_MAX_OPS); in encode_nops() 1048 *hdr->nops_p = htonl(hdr->nops); in encode_nops() 2362 .nops = 0, in nfs4_xdr_enc_open_confirm() 2722 .nops = 0, in nfs4_xdr_enc_renew() 2739 .nops = 0, in nfs4_xdr_enc_setclientid() 2756 .nops = 0, in nfs4_xdr_enc_setclientid_confirm() 3171 hdr->nops = be32_to_cpup(p); in decode_compound_hdr() [all …]
|
| /Linux-v5.4/fs/nfsd/ |
| D | nfs4callback.c | 56 u32 nops; member 261 *p = cpu_to_be32(hdr->nops); /* argarray element count */ in encode_cb_compound4args() 269 BUG_ON(hdr->nops > NFS4_MAX_BACK_CHANNEL_OPS); in encode_cb_nops() 270 *hdr->nops_p = cpu_to_be32(hdr->nops); in encode_cb_nops() 298 hdr->nops = be32_to_cpup(p); in decode_cb_compound4res() 327 hdr->nops++; in encode_cb_recall4args() 362 hdr->nops++; in encode_cb_sequence4args() 572 hdr->nops++; in encode_cb_layout4args() 646 hdr.nops++; in nfs4_xdr_enc_cb_notify_lock() 725 hdr->nops++; in encode_cb_offload4args()
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | arch_gicv3.h | 61 nops(8); in gic_read_iar_cavium_thunderx() 63 nops(4); in gic_read_iar_cavium_thunderx()
|
| D | barrier.h | 15 #define nops(n) asm volatile(__nops(n)) macro
|
| D | alternative.h | 205 nops (662b-661b) / AARCH64_INSN_SIZE
|
| D | assembler.h | 129 .macro nops, num
|
| /Linux-v5.4/tools/perf/util/ |
| D | probe-finder.c | 170 size_t nops; in convert_variable_location() local 183 if (dwarf_getlocation_addr(&attr, addr, &op, &nops, 1) <= 0) { in convert_variable_location() 205 &nops, 1) > 0) in convert_variable_location() 211 if (nops == 0) in convert_variable_location() 665 size_t nops; in call_probe_finder() local 691 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder() 692 if (ret <= 0 || nops == 0) { in call_probe_finder() 695 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder() 699 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder()
|
| D | dwarf-aux.c | 1049 size_t nops; in die_get_var_range() local 1067 &start, &end, &op, &nops)) > 0) { in die_get_var_range()
|
| /Linux-v5.4/include/linux/mtd/ |
| D | spinand.h | 247 unsigned int nops; member 253 .nops = sizeof((struct spi_mem_op[]){ __VA_ARGS__ }) / \
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | xdp.h | 158 sq->stats->nops += nnops; in mlx5e_fill_xdpsq_frag_edge()
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | entry_64.S | 528 .macro nops number macro 544 nops 6 557 nops 3 562 nops 7
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_stats.h | 299 u64 nops; member
|
| D | en_stats.c | 207 s->rx_xdp_tx_nops += xdpsq_stats->nops; in mlx5e_grp_sw_update_stats() 236 s->tx_xdp_nops += xdpsq_red_stats->nops; in mlx5e_grp_sw_update_stats() 1498 { MLX5E_DECLARE_RQ_XDPSQ_STAT(struct mlx5e_xdpsq_stats, nops) }, 1508 { MLX5E_DECLARE_XDPSQ_STAT(struct mlx5e_xdpsq_stats, nops) },
|
| /Linux-v5.4/drivers/mtd/nand/spi/ |
| D | core.c | 805 for (i = 0; i < variants->nops; i++) { in spinand_select_op_variant()
|
| /Linux-v5.4/tools/objtool/Documentation/ |
| D | stack-validation.txt | 73 replacing the frame pointer related instructions with nops, here's
|
| /Linux-v5.4/Documentation/trace/ |
| D | ftrace-design.rst | 419 ftrace_graph_call location with nops
|
| D | ftrace.rst | 299 have been converted to nops and are available to be traced. 2651 scans this table and updates all the locations into nops. It 2663 if the modified code crosses cache (or page) boundaries), and the nops are 2681 as nops.
|
| /Linux-v5.4/Documentation/ |
| D | DMA-API.txt | 536 guarantee that the sync points become nops.
|