Home
last modified time | relevance | path

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

/linux/arch/arc/net/
H A Dbpf_jit_core.c549 * between the "from_off" and the "to_off".
551 static int feasible_jit_jump(u32 from_off, u32 to_off, u8 cond, bool j32) in feasible_jit_jump() argument
556 if (!check_jmp_32(from_off, to_off, cond)) in feasible_jit_jump()
559 if (!check_jmp_64(from_off, to_off, cond)) in feasible_jit_jump()