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

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/arm64/include/asm/
H A Dalternative-macros.h203 nops (662b-661b) / AARCH64_INSN_SIZE
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 Dassembler.h116 .macro nops, num
H A Dbarrier.h17 #define nops(n) asm volatile(__nops(n)) macro
/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/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 Dasm.h79 .macro nops, num
H A Dbarrier.h18 #define nops(n) __asm__ __volatile__ (__nops(n)) macro
/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/s390/kernel/
H A Dentry.S221 # interrupts. So lets use 3 nops as a landing pad for all possible rewinds.
/linux-master/arch/x86/include/asm/
H A Dbarrier.h6 #include <asm/nops.h>
H A Dgsseg.h11 #include <asm/nops.h>
H A Djump_label.h8 #include <asm/nops.h>
H A Dprocessor.h24 #include <asm/nops.h>
H A Dsmap.h12 #include <asm/nops.h>
H A Dspecial_insns.h6 #include <asm/nops.h>
/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 Dftrace.c33 #include <asm/nops.h>
170 * which is called to turn mcount into nops or nops into function calls
H A Dhead_32.S26 #include <asm/nops.h>
H A Dhead_64.S23 #include <asm/nops.h>
/linux-master/arch/x86/lib/
H A Dretpoline.S14 #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/drivers/mtd/nand/spi/
H A Dcore.c1031 for (i = 0; i < variants->nops; i++) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c370 sq->stats->nops += contig_wqebbs;

Completed in 497 milliseconds

12