Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arc/net/
Dbpf_jit.h149 bool check_jmp_64(u32 curr_off, u32 targ_off, u8 cond);
Dbpf_jit_core.c559 if (!check_jmp_64(from_off, to_off, cond)) in feasible_jit_jump()
653 if (!check_jmp_64(curr_off, epi_off, ARC_CC_AL)) { in handle_jmp_epilogue()
Dbpf_jit_arcv2.c2737 bool check_jmp_64(u32 curr_off, u32 targ_off, u8 cond) in check_jmp_64() function