Searched refs:nops (Results 1 – 11 of 11) sorted by relevance
| /arch/csky/kernel/ |
| A D | ftrace.c | 68 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/powerpc/kernel/ |
| A D | switch.S | 28 .macro nops number macro 45 nops 6 63 nops 3 68 nops 7
|
| /arch/riscv/kernel/ |
| A D | ftrace.c | 159 unsigned int nops[2], offset; in ftrace_init_nop() local 169 nops[0] = to_auipc_t0(offset); in ftrace_init_nop() 170 nops[1] = RISCV_INSN_NOP4; in ftrace_init_nop() 172 ret = patch_insn_write((void *)pc, nops, 2 * MCOUNT_INSN_SIZE); in ftrace_init_nop()
|
| /arch/arm64/include/asm/ |
| A D | arch_gicv3.h | 70 nops(8); in gic_read_iar_cavium_thunderx() 72 nops(4); in gic_read_iar_cavium_thunderx()
|
| A D | barrier.h | 17 #define nops(n) asm volatile(__nops(n)) macro
|
| A D | alternative-macros.h | 203 nops (662b-661b) / AARCH64_INSN_SIZE
|
| A D | assembler.h | 117 .macro nops, num
|
| /arch/x86/kernel/ |
| A D | callthunks.c | 174 static const u8 nops[] = { variable 195 if (bcmp(pad, nops, tsize)) { in patch_dest()
|
| /arch/x86/net/ |
| A D | bpf_jit_comp.c | 1624 int nops; in do_jit() local 2490 nops = INSN_SZ_DIFF - 2; in do_jit() 2491 if (nops != 0 && nops != 4) { in do_jit() 2493 nops); in do_jit() 2496 emit_nops(&prog, nops); in do_jit() 2544 nops = INSN_SZ_DIFF; in do_jit() 2545 if (nops != 0 && nops != 2 && nops != 5) { in do_jit() 2547 nops); in do_jit() 2550 emit_nops(&prog, nops); in do_jit() 2570 if (nops != 0 && nops != 3) { in do_jit() [all …]
|
| /arch/riscv/include/asm/ |
| A D | asm.h | 80 .macro nops, num
|
| A D | insn-def.h | 269 #define nops(n) __asm__ __volatile__ (__nops(n)) macro
|
Completed in 27 milliseconds