Home
last modified time | relevance | path

Searched refs:nops (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v5.4/arch/csky/kernel/
Dftrace.c67 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/
Dskip-callchain-idx.c51 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/
Dftrace.c17 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/
Dtest-dwarf_getlocations.c10 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/
Dalternative.c30 static const void *nops[] __initdata_or_module = { variable
59 memcpy(insns, nops[len / 2 - 1], len); in add_padding()
/Linux-v5.4/fs/nfs/
Dcallback_xdr.c162 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()
Dcallback.h55 unsigned nops; member
62 __be32 *nops; member
Dnfs4xdr.c944 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/
Dnfs4callback.c56 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/
Darch_gicv3.h61 nops(8); in gic_read_iar_cavium_thunderx()
63 nops(4); in gic_read_iar_cavium_thunderx()
Dbarrier.h15 #define nops(n) asm volatile(__nops(n)) macro
Dalternative.h205 nops (662b-661b) / AARCH64_INSN_SIZE
Dassembler.h129 .macro nops, num
/Linux-v5.4/tools/perf/util/
Dprobe-finder.c170 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()
Ddwarf-aux.c1049 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/
Dspinand.h247 unsigned int nops; member
253 .nops = sizeof((struct spi_mem_op[]){ __VA_ARGS__ }) / \
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dxdp.h158 sq->stats->nops += nnops; in mlx5e_fill_xdpsq_frag_edge()
/Linux-v5.4/arch/powerpc/kernel/
Dentry_64.S528 .macro nops number macro
544 nops 6
557 nops 3
562 nops 7
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.h299 u64 nops; member
Den_stats.c207 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/
Dcore.c805 for (i = 0; i < variants->nops; i++) { in spinand_select_op_variant()
/Linux-v5.4/tools/objtool/Documentation/
Dstack-validation.txt73 replacing the frame pointer related instructions with nops, here's
/Linux-v5.4/Documentation/trace/
Dftrace-design.rst419 ftrace_graph_call location with nops
Dftrace.rst299 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/
DDMA-API.txt536 guarantee that the sync points become nops.

12