Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arc/net/
Dbpf_jit_arcv2.c2641 static inline s32 get_displacement(u32 curr_off, u32 targ_off) in get_displacement() function
2684 disp = get_displacement(curr_off + len, targ_off); in gen_j_eq_64()
2702 disp = get_displacement(curr_off + len, targ_off); in gen_jset_64()
2729 if (!is_valid_near_disp(get_displacement(from, to))) in check_jcc_64()
2759 disp = get_displacement(curr_off, targ_off); in check_jmp_64()
2763 disp = get_displacement(curr_off, targ_off); in check_jmp_64()
2816 disp = get_displacement(curr_off + len, targ_off); in gen_jcc_64()
2821 disp = get_displacement(curr_off + len, end_off); in gen_jcc_64()
2828 disp = get_displacement(curr_off + len, targ_off); in gen_jcc_64()
2847 disp = get_displacement(curr_off, targ_off); in gen_jmp_64()
[all …]