Home
last modified time | relevance | path

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

/arch/riscv/kernel/
Dftrace.c41 unsigned int nops[2] = {NOP4, NOP4}; in ftrace_check_current_call() local
45 expected = nops; in ftrace_check_current_call()
73 unsigned int nops[2] = {NOP4, NOP4}; in __ftrace_modify_call() local
82 ((void *)hook_pos, enable ? call : nops, MCOUNT_INSN_SIZE)) in __ftrace_modify_call()
103 unsigned int nops[2] = {NOP4, NOP4}; in ftrace_make_nop() local
105 if (patch_text_nosync((void *)rec->ip, nops, MCOUNT_INSN_SIZE)) in ftrace_make_nop()
/arch/csky/kernel/
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()
/arch/s390/kernel/
Dalternative.c30 static const void *nops[] __initdata_or_module = { variable
59 memcpy(insns, nops[len / 2 - 1], len); in add_padding()
Dentry.S265 # interrupts. So lets use 3 nops as a landing pad for all possible rewinds.
/arch/arm64/include/asm/
Darch_gicv3.h55 nops(8); in gic_read_iar_cavium_thunderx()
57 nops(4); in gic_read_iar_cavium_thunderx()
Dbarrier.h15 #define nops(n) asm volatile(__nops(n)) macro
Dalternative-macros.h192 nops (662b-661b) / AARCH64_INSN_SIZE
Dassembler.h133 .macro nops, num
/arch/powerpc/kernel/
Dentry_64.S62 .macro nops number macro
79 nops 6
97 nops 3
102 nops 7
/arch/x86/net/
Dbpf_jit_comp.c927 int nops; in do_jit() local
1594 nops = INSN_SZ_DIFF - 2; in do_jit()
1595 if (nops != 0 && nops != 4) { in do_jit()
1597 nops); in do_jit()
1600 emit_nops(&prog, nops); in do_jit()
1640 nops = INSN_SZ_DIFF; in do_jit()
1641 if (nops != 0 && nops != 2 && nops != 5) { in do_jit()
1643 nops); in do_jit()
1646 emit_nops(&prog, nops); in do_jit()
1665 nops = INSN_SZ_DIFF - 2; in do_jit()
[all …]