Searched refs:JALR_RANGE (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/riscv/include/asm/ | ||
| H A D | ftrace.h | 88 #define JALR_RANGE (JALR_SIGN_MASK - 1) macro |
| /linux/arch/riscv/kernel/ | ||
| H A D | ftrace.c | 128 if (distance > JALR_RANGE) in ftrace_make_call() |