Searched refs:RV_FENTRY_NINSNS (Results 1 – 1 of 1) sorted by relevance
16 #define RV_FENTRY_NINSNS 2 macro250 is_tail_call ? (RV_FENTRY_NINSNS + 1) * 4 : 0, /* skip reserved nops and TCC init */ in __build_epilogue()672 u32 old_insns[RV_FENTRY_NINSNS], new_insns[RV_FENTRY_NINSNS]; in bpf_arch_text_poke()684 if (memcmp(ip, old_insns, RV_FENTRY_NINSNS * 4)) in bpf_arch_text_poke()693 if (memcmp(ip, new_insns, RV_FENTRY_NINSNS * 4)) in bpf_arch_text_poke()694 ret = patch_text(ip, new_insns, RV_FENTRY_NINSNS); in bpf_arch_text_poke()921 orig_call += RV_FENTRY_NINSNS * 4; in __arch_prepare_bpf_trampoline()1806 for (i = 0; i < RV_FENTRY_NINSNS; i++) in bpf_jit_build_prologue()