Searched refs:nops (Results 1 – 9 of 9) sorted by relevance
/arch/csky/kernel/ |
D | ftrace.c | 67 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/ |
D | ftrace.c | 17 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/ |
D | alternative.c | 30 static const void *nops[] __initdata_or_module = { variable 59 memcpy(insns, nops[len / 2 - 1], len); in add_padding()
|
D | entry.S | 302 # interrupts. So lets use 3 nops as a landing pad for all possible rewinds.
|
/arch/arm64/include/asm/ |
D | arch_gicv3.h | 61 nops(8); in gic_read_iar_cavium_thunderx() 63 nops(4); in gic_read_iar_cavium_thunderx()
|
D | barrier.h | 15 #define nops(n) asm volatile(__nops(n)) macro
|
D | alternative.h | 215 nops (662b-661b) / AARCH64_INSN_SIZE
|
D | assembler.h | 136 .macro nops, num
|
/arch/powerpc/kernel/ |
D | entry_64.S | 528 .macro nops number macro 545 nops 6 563 nops 3 568 nops 7
|