Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/net/
Dbpf_jit_comp64.c19 #define RV_FENTRY_NINSNS 2 macro
20 #define RV_FENTRY_NBYTES (RV_FENTRY_NINSNS * 4)
276 is_tail_call ? (RV_KCFI_NINSNS + RV_FENTRY_NINSNS + 1) * 4 : 0, in __build_epilogue()
670 u32 old_insns[RV_FENTRY_NINSNS], new_insns[RV_FENTRY_NINSNS]; in bpf_arch_text_poke()
948 orig_call += RV_FENTRY_NINSNS * 4; in __arch_prepare_bpf_trampoline()
2047 for (i = 0; i < RV_FENTRY_NINSNS; i++) in bpf_jit_build_prologue()