Home
last modified time | relevance | path

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

/arch/csky/kernel/
A 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/powerpc/kernel/
A Dswitch.S28 .macro nops number macro
45 nops 6
63 nops 3
68 nops 7
/arch/riscv/kernel/
A Dftrace.c159 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 Darch_gicv3.h70 nops(8); in gic_read_iar_cavium_thunderx()
72 nops(4); in gic_read_iar_cavium_thunderx()
A Dbarrier.h17 #define nops(n) asm volatile(__nops(n)) macro
A Dalternative-macros.h203 nops (662b-661b) / AARCH64_INSN_SIZE
A Dassembler.h117 .macro nops, num
/arch/x86/kernel/
A Dcallthunks.c174 static const u8 nops[] = { variable
195 if (bcmp(pad, nops, tsize)) { in patch_dest()
/arch/x86/net/
A Dbpf_jit_comp.c1624 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 Dasm.h80 .macro nops, num
A Dinsn-def.h269 #define nops(n) __asm__ __volatile__ (__nops(n)) macro

Completed in 27 milliseconds