Home
last modified time | relevance | path

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

/arch/csky/kernel/
Dftrace.c67 static uint16_t nops[7] = {NOP, NOP32_HI, NOP32_LO, NOP32_HI, NOP32_LO, variable
74 if (probe_kernel_read((void *)olds, (void *)hook_pos, sizeof(nops))) in ftrace_check_current_nop()
77 if (memcmp((void *)nops, (void *)olds, sizeof(nops))) { in ftrace_check_current_nop()
99 ret = probe_kernel_write((void *)hook_pos, enable ? call : nops, in ftrace_modify_code()
100 sizeof(nops)); in ftrace_modify_code()
/arch/riscv/kernel/
Dftrace.c17 unsigned int nops[2] = {NOP4, NOP4}; in ftrace_check_current_call() local
21 expected = nops; in ftrace_check_current_call()
48 unsigned int nops[2] = {NOP4, NOP4}; in __ftrace_modify_call() local
54 ret = probe_kernel_write((void *)hook_pos, enable ? call : nops, in __ftrace_modify_call()
/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.S302 # interrupts. So lets use 3 nops as a landing pad for all possible rewinds.
/arch/arm64/include/asm/
Darch_gicv3.h61 nops(8); in gic_read_iar_cavium_thunderx()
63 nops(4); in gic_read_iar_cavium_thunderx()
Dbarrier.h15 #define nops(n) asm volatile(__nops(n)) macro
Dalternative.h215 nops (662b-661b) / AARCH64_INSN_SIZE
Dassembler.h136 .macro nops, num
/arch/powerpc/kernel/
Dentry_64.S528 .macro nops number macro
545 nops 6
563 nops 3
568 nops 7