Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Doptprobes.c182 if (!is_offset_in_branch_range(b_offset)) in arch_prepare_optimized_kprobe()
187 if (!is_offset_in_branch_range(b_offset)) in arch_prepare_optimized_kprobe()
/arch/powerpc/include/asm/
Dcode-patching.h25 bool is_offset_in_branch_range(long offset);
/arch/powerpc/net/
Dbpf_jit.h30 if (!is_offset_in_branch_range(offset)) { \
/arch/powerpc/lib/
Dcode-patching.c209 bool is_offset_in_branch_range(long offset) in is_offset_in_branch_range() function
269 if (!is_offset_in_branch_range(offset)) in create_branch()