Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_btree_staging.c136 struct xfs_btree_ops *nops; in xfs_btree_stage_afakeroot() local
142 nops = kmem_alloc(sizeof(struct xfs_btree_ops), KM_NOFS); in xfs_btree_stage_afakeroot()
143 memcpy(nops, cur->bc_ops, sizeof(struct xfs_btree_ops)); in xfs_btree_stage_afakeroot()
144 nops->alloc_block = xfs_btree_fakeroot_alloc_block; in xfs_btree_stage_afakeroot()
145 nops->free_block = xfs_btree_fakeroot_free_block; in xfs_btree_stage_afakeroot()
146 nops->init_ptr_from_cur = xfs_btree_fakeroot_init_ptr_from_cur; in xfs_btree_stage_afakeroot()
147 nops->set_root = xfs_btree_afakeroot_set_root; in xfs_btree_stage_afakeroot()
148 nops->dup_cursor = xfs_btree_fakeroot_dup_cursor; in xfs_btree_stage_afakeroot()
152 cur->bc_ops = nops; in xfs_btree_stage_afakeroot()
217 struct xfs_btree_ops *nops; in xfs_btree_stage_ifakeroot() local
[all …]
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dftrace.c68 static uint16_t nops[7] = {NOP, NOP32_HI, NOP32_LO, NOP32_HI, NOP32_LO, variable
76 sizeof(nops))) in ftrace_check_current_nop()
79 if (memcmp((void *)nops, (void *)olds, sizeof(nops))) { in ftrace_check_current_nop()
101 ret = copy_to_kernel_nofault((void *)hook_pos, enable ? call : nops, in ftrace_modify_code()
102 sizeof(nops)); in ftrace_modify_code()
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/util/
H A 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()
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dftrace.c31 unsigned int nops[2] = {NOP4, NOP4}; in ftrace_check_current_call() local
35 expected = nops; in ftrace_check_current_call()
63 unsigned int nops[2] = {NOP4, NOP4}; in __ftrace_modify_call() local
69 ((void *)hook_pos, enable ? call : nops, MCOUNT_INSN_SIZE)) in __ftrace_modify_call()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Doptabs.h353 unsigned int opno, unsigned int nops,
355 extern rtx_insn *maybe_gen_insn (enum insn_code icode, unsigned int nops,
357 extern bool maybe_expand_insn (enum insn_code icode, unsigned int nops,
359 extern bool maybe_expand_jump_insn (enum insn_code icode, unsigned int nops,
361 extern void expand_insn (enum insn_code icode, unsigned int nops,
363 extern void expand_jump_insn (enum insn_code icode, unsigned int nops,
H A Dhsa-common.h437 hsa_insn_basic (unsigned nops, int opc);
438 hsa_insn_basic (unsigned nops, int opc, BrigType16_t t,
494 hsa_insn_phi (unsigned nops, hsa_op_reg *dst);
518 hsa_insn_br (unsigned nops, int opc, BrigType16_t t, BrigWidth8_t width,
655 hsa_insn_mem (unsigned nops, int opc, BrigType16_t t,
680 hsa_insn_atomic (int nops, int opc, enum BrigAtomicOperation aop,
715 hsa_insn_signal (int nops, int opc, enum BrigAtomicOperation sop,
904 hsa_insn_queue (int nops, int opcode, BrigSegment segment,
938 hsa_insn_srctype (int nops, BrigOpcode opcode, BrigType16_t destt,
966 hsa_insn_packed (int nops, BrigOpcode opcode, BrigType16_t destt,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Doptabs.h353 unsigned int opno, unsigned int nops,
355 extern rtx_insn *maybe_gen_insn (enum insn_code icode, unsigned int nops,
357 extern bool maybe_expand_insn (enum insn_code icode, unsigned int nops,
359 extern bool maybe_expand_jump_insn (enum insn_code icode, unsigned int nops,
361 extern void expand_insn (enum insn_code icode, unsigned int nops,
363 extern void expand_jump_insn (enum insn_code icode, unsigned int nops,
H A Dhsa-common.h437 hsa_insn_basic (unsigned nops, int opc);
438 hsa_insn_basic (unsigned nops, int opc, BrigType16_t t,
494 hsa_insn_phi (unsigned nops, hsa_op_reg *dst);
518 hsa_insn_br (unsigned nops, int opc, BrigType16_t t, BrigWidth8_t width,
655 hsa_insn_mem (unsigned nops, int opc, BrigType16_t t,
680 hsa_insn_atomic (int nops, int opc, enum BrigAtomicOperation aop,
715 hsa_insn_signal (int nops, int opc, enum BrigAtomicOperation sop,
904 hsa_insn_queue (int nops, int opcode, BrigSegment segment,
938 hsa_insn_srctype (int nops, BrigOpcode opcode, BrigType16_t destt,
966 hsa_insn_packed (int nops, BrigOpcode opcode, BrigType16_t destt,
/OK3568_Linux_fs/kernel/tools/build/feature/
H A Dtest-dwarf_getlocations.c10 size_t nops; in main() local
12 return (int)dwarf_getlocations(&attr, offset, &base, &start, &end, &op, &nops); in main()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dcallback_xdr.c163 hdr->nops = ntohl(*p); in decode_compound_hdr_arg()
663 hdr->nops = xdr_reserve_space(xdr, 4); in encode_compound_hdr_res()
664 if (unlikely(hdr->nops == NULL)) in encode_compound_hdr_res()
932 unsigned int nops = 0; in nfs4_callback_compound() local
965 while (status == 0 && nops != hdr_arg.nops) { in nfs4_callback_compound()
966 status = process_op(nops, rqstp, &xdr_in, in nfs4_callback_compound()
969 nops++; in nfs4_callback_compound()
976 nops--; in nfs4_callback_compound()
980 *hdr_res.nops = htonl(nops); in nfs4_callback_compound()
H A Dcallback.h55 unsigned nops; member
62 __be32 *nops; member
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4callback.c57 u32 nops; member
262 *p = cpu_to_be32(hdr->nops); /* argarray element count */ in encode_cb_compound4args()
270 BUG_ON(hdr->nops > NFS4_MAX_BACK_CHANNEL_OPS); in encode_cb_nops()
271 *hdr->nops_p = cpu_to_be32(hdr->nops); in encode_cb_nops()
299 hdr->nops = be32_to_cpup(p); in decode_cb_compound4res()
328 hdr->nops++; in encode_cb_recall4args()
363 hdr->nops++; in encode_cb_sequence4args()
573 hdr->nops++; in encode_cb_layout4args()
647 hdr.nops++; in nfs4_xdr_enc_cb_notify_lock()
726 hdr->nops++; in encode_cb_offload4args()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dalternative.c30 static const void *nops[] __initdata_or_module = { variable
59 memcpy(insns, nops[len / 2 - 1], len); in add_padding()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Darch_gicv3.h61 nops(8); in gic_read_iar_cavium_thunderx()
63 nops(4); in gic_read_iar_cavium_thunderx()
H A Dbarrier.h15 #define nops(n) asm volatile(__nops(n)) macro
H A Dalternative-macros.h194 nops (662b-661b) / AARCH64_INSN_SIZE
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dprobe-finder.c178 size_t nops; in convert_variable_location() local
205 if (dwarf_getlocation_addr(&attr, addr, &op, &nops, 1) <= 0) { in convert_variable_location()
227 &nops, 1) > 0) in convert_variable_location()
233 if (nops == 0) in convert_variable_location()
691 size_t nops; in call_probe_finder() local
717 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder()
718 if (ret <= 0 || nops == 0) { in call_probe_finder()
721 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder()
725 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder()
H A Ddwarf-aux.c1183 size_t nops; in die_get_var_range() local
1201 &start, &end, &op, &nops)) > 0) { in die_get_var_range()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dspinand.h281 unsigned int nops; member
287 .nops = sizeof((struct spi_mem_op[]){ __VA_ARGS__ }) / \
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dspinand.h275 unsigned int nops; member
281 .nops = sizeof((struct spi_mem_op[]){ __VA_ARGS__ }) / \
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dentry_64.S439 .macro nops number macro
456 nops 6
474 nops 3
479 nops 7
/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A Ddecode.c578 static const char nops[5][5] = { in arch_nop_insn() local
591 return nops[len-1]; in arch_nop_insn()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/spi/
H A Dcore.c806 unsigned int nops) in spinand_find_supported_op() argument
810 for (i = 0; i < nops; i++) { in spinand_find_supported_op()
962 for (i = 0; i < variants->nops; i++) { in spinand_select_op_variant()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c286 s->rx_xdp_tx_nops += xdpsq_stats->nops; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
328 s->tx_xdp_nops += xdpsq_red_stats->nops; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
1603 { MLX5E_DECLARE_RQ_XDPSQ_STAT(struct mlx5e_xdpsq_stats, nops) },
1613 { MLX5E_DECLARE_XDPSQ_STAT(struct mlx5e_xdpsq_stats, nops) },
H A Den_stats.h385 u64 nops; member

12