/openbmc/linux/arch/riscv/kernel/ |
H A D | ftrace.c | 38 unsigned int nops[2] = {NOP4, NOP4}; in ftrace_check_current_call() local 42 expected = nops; in ftrace_check_current_call() 70 unsigned int nops[2] = {NOP4, NOP4}; in __ftrace_modify_call() local 79 ((void *)hook_pos, enable ? call : nops, MCOUNT_INSN_SIZE)) in __ftrace_modify_call() 100 unsigned int nops[2] = {NOP4, NOP4}; in ftrace_make_nop() local 102 if (patch_text_nosync((void *)rec->ip, nops, MCOUNT_INSN_SIZE)) in ftrace_make_nop()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_btree_staging.c | 136 struct xfs_btree_ops *nops; in xfs_btree_stage_afakeroot() local 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() 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 226 nops->free_block = xfs_btree_fakeroot_free_block; in xfs_btree_stage_ifakeroot() 228 nops->dup_cursor = xfs_btree_fakeroot_dup_cursor; in xfs_btree_stage_ifakeroot() 232 cur->bc_ops = nops; in xfs_btree_stage_ifakeroot() [all …]
|
/openbmc/linux/arch/csky/kernel/ |
H A D | ftrace.c | 68 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()
|
/openbmc/linux/tools/perf/arch/powerpc/util/ |
H A 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()
|
/openbmc/linux/tools/build/feature/ |
H A 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()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | switch.S | 28 .macro nops number macro 46 nops 6 64 nops 3 69 nops 7
|
/openbmc/linux/fs/nfs/ |
H A D | callback_xdr.c | 162 hdr->nops = ntohl(*p); in decode_compound_hdr_arg() 664 hdr->nops = xdr_reserve_space(xdr, 4); in encode_compound_hdr_res() 665 if (unlikely(hdr->nops == NULL)) in encode_compound_hdr_res() 932 unsigned int nops = 0; in nfs4_callback_compound() local 960 while (status == 0 && nops != hdr_arg.nops) { in nfs4_callback_compound() 961 status = process_op(nops, rqstp, &cps); in nfs4_callback_compound() 962 nops++; in nfs4_callback_compound() 969 nops--; in nfs4_callback_compound() 973 *hdr_res.nops = htonl(nops); in nfs4_callback_compound()
|
H A D | callback.h | 55 unsigned nops; member 62 __be32 *nops; member
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4callback.c | 57 u32 nops; member 273 *p = cpu_to_be32(hdr->nops); /* argarray element count */ in encode_cb_compound4args() 281 BUG_ON(hdr->nops > NFS4_MAX_BACK_CHANNEL_OPS); in encode_cb_nops() 282 *hdr->nops_p = cpu_to_be32(hdr->nops); in encode_cb_nops() 310 hdr->nops = be32_to_cpup(p); in decode_cb_compound4res() 339 hdr->nops++; in encode_cb_recall4args() 357 hdr->nops++; in encode_cb_recallany4args() 392 hdr->nops++; in encode_cb_sequence4args() 644 hdr->nops++; in encode_cb_layout4args() 718 hdr.nops++; in nfs4_xdr_enc_cb_notify_lock() [all …]
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | arch_gicv3.h | 70 nops(8); in gic_read_iar_cavium_thunderx() 72 nops(4); in gic_read_iar_cavium_thunderx()
|
H A D | barrier.h | 17 #define nops(n) asm volatile(__nops(n)) macro
|
H A D | alternative-macros.h | 203 nops (662b-661b) / AARCH64_INSN_SIZE
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | barrier.h | 17 #define nops(n) __asm__ __volatile__ (__nops(n)) macro
|
H A D | asm.h | 79 .macro nops, num
|
/openbmc/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 1118 int nops; in do_jit() local 1844 nops = INSN_SZ_DIFF - 2; in do_jit() 1845 if (nops != 0 && nops != 4) { in do_jit() 1847 nops); in do_jit() 1850 emit_nops(&prog, nops); in do_jit() 1898 nops = INSN_SZ_DIFF; in do_jit() 1899 if (nops != 0 && nops != 2 && nops != 5) { in do_jit() 1901 nops); in do_jit() 1904 emit_nops(&prog, nops); in do_jit() 1924 if (nops != 0 && nops != 3) { in do_jit() [all …]
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | spinand.h | 222 unsigned int nops; member 228 .nops = sizeof((struct spi_mem_op[]){ __VA_ARGS__ }) / \
|
/openbmc/linux/arch/x86/kernel/ |
H A D | callthunks.c | 177 static const u8 nops[] = { variable 194 if (bcmp(pad, nops, tsize)) { in patch_dest()
|
/openbmc/linux/include/linux/mtd/ |
H A D | spinand.h | 287 unsigned int nops; member 293 .nops = sizeof((struct spi_mem_op[]){ __VA_ARGS__ }) / \
|
/openbmc/linux/tools/perf/util/ |
H A D | probe-finder.c | 183 size_t nops; in convert_variable_location() local 210 if (dwarf_getlocation_addr(&attr, addr, &op, &nops, 1) <= 0) { in convert_variable_location() 232 &nops, 1) > 0) in convert_variable_location() 238 if (nops == 0) in convert_variable_location() 696 size_t nops; in call_probe_finder() local 722 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder() 723 if (ret <= 0 || nops == 0) { in call_probe_finder() 726 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder() 730 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder()
|
H A D | dwarf-aux.c | 1196 size_t nops; in die_get_var_range() local 1214 &start, &end, &op, &nops)) > 0) { in die_get_var_range()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | a32-uncond.decode | 70 # Since these are v7MP nops, and PLDW is v7MP and implemented as nop,
|
/openbmc/linux/tools/objtool/arch/x86/ |
H A D | decode.c | 750 static const char nops[5][5] = { in arch_nop_insn() local 763 return nops[len-1]; in arch_nop_insn()
|
/openbmc/u-boot/drivers/mtd/nand/spi/ |
H A D | core.c | 814 unsigned int nops) in spinand_find_supported_op() argument 818 for (i = 0; i < nops; i++) { in spinand_find_supported_op() 879 for (i = 0; i < variants->nops; i++) { in spinand_select_op_variant()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | entry.S | 244 # interrupts. So lets use 3 nops as a landing pad for all possible rewinds.
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_stats.h | 442 u64 nops; member
|