Home
last modified time | relevance | path

Searched refs:is_offset_in_cond_branch_range (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/net/
H A Dbpf_jit.h41 if (!is_offset_in_cond_branch_range(offset)) { \
96 if (is_offset_in_cond_branch_range((long)(dest) - (ctx->idx * 4))) { \
/kernel/linux/linux-6.6/arch/powerpc/net/
H A Dbpf_jit.h46 if ((dest) != 0 && !is_offset_in_cond_branch_range(offset)) { \
97 if (is_offset_in_cond_branch_range((long)(dest) - CTX_NIA(ctx))) { \
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dcode-patching.h26 bool is_offset_in_cond_branch_range(long offset);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dcode-patching.h47 static inline bool is_offset_in_cond_branch_range(long offset) in is_offset_in_cond_branch_range() function
/kernel/linux/linux-5.10/arch/powerpc/lib/
H A Dcode-patching.c233 bool is_offset_in_cond_branch_range(long offset) in is_offset_in_cond_branch_range() function
291 if (!is_offset_in_cond_branch_range(offset)) in create_cond_branch()
/kernel/linux/linux-6.6/arch/powerpc/lib/
H A Dcode-patching.c423 if (!is_offset_in_cond_branch_range(offset)) in create_cond_branch()

Completed in 4 milliseconds