Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Doptprobes.c228 if (!is_offset_in_branch_range(b_offset)) in arch_prepare_optimized_kprobe()
234 if (!is_offset_in_branch_range(b_offset)) in arch_prepare_optimized_kprobe()
/OK3568_Linux_fs/kernel/arch/powerpc/net/
H A Dbpf_jit.h31 if (!is_offset_in_branch_range(offset)) { \
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcode-patching.h25 bool is_offset_in_branch_range(long offset);
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dcode-patching.c211 bool is_offset_in_branch_range(long offset) in is_offset_in_branch_range() function
272 if (!is_offset_in_branch_range(offset)) in create_branch()