Searched refs:nops (Results 1 - 25 of 36) sorted by relevance

12

/linux-master/tools/build/feature/
H A Dtest-dwarf_getlocations.c10 size_t nops; local
12 return (int)dwarf_getlocations(&attr, offset, &base, &start, &end, &op, &nops);
/linux-master/arch/riscv/kernel/
H A Dftrace.c38 unsigned int nops[2] = {NOP4, NOP4}; local
40 /* we expect nops at the hook position */
42 expected = nops;
70 unsigned int nops[2] = {NOP4, NOP4}; local
79 ((void *)hook_pos, enable ? call : nops, MCOUNT_INSN_SIZE))
100 unsigned int nops[2] = {NOP4, NOP4}; local
102 if (patch_text_nosync((void *)rec->ip, nops, MCOUNT_INSN_SIZE))
/linux-master/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)))
79 if (memcmp((void *)nops, (void *)olds, sizeof(nops))) {
101 ret = copy_to_kernel_nofault((void *)hook_pos, enable ? call : nops,
102 sizeof(nops));
/linux-master/tools/perf/arch/powerpc/util/
H A Dskip-callchain-idx.c51 size_t nops; local
54 result = dwarf_frame_register(frame, ra_regno, ops_mem, &ops, &nops);
65 if ((nops != 0 || ops != NULL) &&
66 !(nops == 1 && ops[0].atom == DW_OP_regx &&
74 result = dwarf_frame_cfa(frame, &ops, &nops);
84 if (nops == 1 && ops[0].atom == DW_OP_bregx && ops[0].number == 1 &&
/linux-master/arch/x86/include/asm/
H A Dsmap.h12 #include <asm/nops.h>
H A Djump_label.h8 #include <asm/nops.h>
H A Dgsseg.h11 #include <asm/nops.h>
H A Dbarrier.h6 #include <asm/nops.h>
H A Dspecial_insns.h6 #include <asm/nops.h>
/linux-master/arch/powerpc/kernel/
H A Dswitch.S28 .macro nops number
46 nops 6
64 nops 3
69 nops 7
/linux-master/arch/riscv/include/asm/
H A Dbarrier.h18 #define nops(n) __asm__ __volatile__ (__nops(n)) macro
H A Dasm.h79 .macro nops, num
/linux-master/tools/perf/util/
H A Ddwarf-aux.c1219 size_t nops; local
1237 &start, &end, &op, &nops)) > 0) {
1308 static bool check_allowed_ops(Dwarf_Op *ops, size_t nops) argument
1312 nops--;
1320 while (nops) {
1331 nops--;
1345 size_t nops; local
1353 while ((off = dwarf_getlocations(&attr, off, &base, &start, &end, &ops, &nops)) > 0) {
1363 check_allowed_ops(ops, nops) &&
1371 check_allowed_ops(ops, nops))
1434 size_t nops; local
1534 size_t nops; local
[all...]
H A Dprobe-finder.c65 size_t nops; local
92 if (dwarf_getlocation_addr(&attr, addr, &op, &nops, 1) <= 0) {
114 &nops, 1) > 0)
120 if (nops == 0)
578 size_t nops; local
604 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1);
605 if (ret <= 0 || nops == 0) {
608 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa &&
612 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) {
/linux-master/arch/arm64/include/asm/
H A Darch_gicv3.h62 * 2. Having extra nops doesn't add any side effects for Silicons where
70 nops(8);
72 nops(4);
H A Dbarrier.h17 #define nops(n) asm volatile(__nops(n)) macro
H A Dalternative-macros.h203 nops (662b-661b) / AARCH64_INSN_SIZE
/linux-master/fs/nfs/
H A Dcallback.h37 unsigned nops; member in struct:cb_compound_hdr_arg
44 __be32 *nops; member in struct:cb_compound_hdr_res
H A Dcallback_xdr.c162 hdr->nops = ntohl(*p);
662 hdr->nops = xdr_reserve_space(xdr, 4);
663 if (unlikely(hdr->nops == NULL))
930 unsigned int nops = 0; local
958 while (status == 0 && nops != hdr_arg.nops) {
959 status = process_op(nops, rqstp, &cps);
960 nops++;
967 nops--;
976 *hdr_res.nops
[all...]
/linux-master/fs/nfsd/
H A Dnfs4callback.c58 u32 nops; member in struct:nfs4_cb_compound_hdr
263 *p = cpu_to_be32(hdr->nops); /* argarray element count */
271 BUG_ON(hdr->nops > NFS4_MAX_BACK_CHANNEL_OPS);
272 *hdr->nops_p = cpu_to_be32(hdr->nops);
300 hdr->nops = be32_to_cpup(p);
329 hdr->nops++;
347 hdr->nops++;
371 hdr->nops++;
406 hdr->nops++;
714 hdr->nops
[all...]
/linux-master/include/linux/mtd/
H A Dspinand.h278 * @nops: the number of variants
288 unsigned int nops; member in struct:spinand_op_variants
294 .nops = sizeof((struct spi_mem_op[]){ __VA_ARGS__ }) / \
/linux-master/arch/x86/kernel/
H A Dcallthunks.c174 static const u8 nops[] = { variable
195 /* Ensure there are nops */
196 if (bcmp(pad, nops, tsize)) {
/linux-master/tools/objtool/arch/x86/
H A Ddecode.c15 #include <asm/nops.h>
759 static const char nops[5][5] = { local
772 return nops[len-1];
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c418 /* BPF trampoline can be made to work without these nops,
1333 int nops; local
2140 * "nops" is 0.
2149 nops = INSN_SZ_DIFF - 2;
2150 if (nops != 0 && nops != 4) {
2152 nops);
2155 emit_nops(&prog, nops);
2189 * If jmp_padding is enabled, the extra nops will
2203 nops
[all...]
/linux-master/arch/x86/lib/
H A Dretpoline.S14 #include <asm/nops.h>

Completed in 254 milliseconds

12