Home
last modified time | relevance | path

Searched refs:NOP4 (Results 1 – 2 of 2) sorted by relevance

/arch/riscv/kernel/
Dftrace.c41 unsigned int nops[2] = {NOP4, NOP4}; in ftrace_check_current_call()
73 unsigned int nops[2] = {NOP4, NOP4}; in __ftrace_modify_call()
103 unsigned int nops[2] = {NOP4, NOP4}; in ftrace_make_nop()
/arch/riscv/include/asm/
Dftrace.h67 #define NOP4 (0x00000013) macro