Searched refs:nops (Results 1 - 25 of 36) sorted by last modified time

12

/linux-master/arch/x86/include/asm/
H A Dprocessor.h24 #include <asm/nops.h>
H A Dbarrier.h6 #include <asm/nops.h>
H A Dspecial_insns.h6 #include <asm/nops.h>
H A Djump_label.h8 #include <asm/nops.h>
/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
2133 * "nops" is 0.
2142 nops = INSN_SZ_DIFF - 2;
2143 if (nops != 0 && nops != 4) {
2145 nops);
2148 emit_nops(&prog, nops);
2182 * If jmp_padding is enabled, the extra nops will
2196 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/arch/x86/lib/
H A Dretpoline.S14 #include <asm/nops.h>
/linux-master/arch/s390/kernel/
H A Dentry.S221 # interrupts. So lets use 3 nops as a landing pad for all possible rewinds.
/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)) {
H A Dhead_64.S23 #include <asm/nops.h>
H A Dhead_32.S26 #include <asm/nops.h>
H A Dftrace.c33 #include <asm/nops.h>
170 * which is called to turn mcount into nops or nops into function calls
/linux-master/arch/riscv/include/asm/
H A Dasm.h79 .macro nops, num
H A Dbarrier.h18 #define nops(n) __asm__ __volatile__ (__nops(n)) macro
/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/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 Dassembler.h116 .macro nops, num
H A Dalternative-macros.h203 nops (662b-661b) / AARCH64_INSN_SIZE
/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/fs/nfs/
H A Dnfs4xdr.c956 uint32_t nops; member in struct:compound_hdr
1045 *p = cpu_to_be32(hdr->nops);
1053 hdr->nops++;
1059 WARN_ON_ONCE(hdr->nops > NFS4_MAX_OPS);
1060 *hdr->nops_p = htonl(hdr->nops);
2396 .nops = 0,
2756 .nops = 0,
2773 .nops = 0,
2790 .nops = 0,
3212 hdr->nops
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c279 s->tx_xdp_nops += xdpsq_red_stats->nops;
291 s->rx_xdp_tx_nops += xdpsq_stats->nops;
2093 { MLX5E_DECLARE_RQ_XDPSQ_STAT(struct mlx5e_xdpsq_stats, nops) },
2103 { MLX5E_DECLARE_XDPSQ_STAT(struct mlx5e_xdpsq_stats, nops) },
H A Den_stats.h442 u64 nops; member in struct:mlx5e_xdpsq_stats
/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/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c370 sq->stats->nops += contig_wqebbs;

Completed in 672 milliseconds

12