Searched refs:BRANCH_ABSOLUTE (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dcode-patching.h18 * "ba" == create_branch(addr, target, BRANCH_ABSOLUTE);
20 * "bla" == create_branch(addr, target, BRANCH_ABSOLUTE | BRANCH_SET_LINK);
23 #define BRANCH_ABSOLUTE 0x2 macro
59 if (! (flags & BRANCH_ABSOLUTE))
/linux-master/arch/powerpc/lib/
H A Dcode-patching.c551 if (! (flags & BRANCH_ABSOLUTE))
566 if (ppc_inst_val(instr) & BRANCH_ABSOLUTE)
587 if ((ppc_inst_val(ppc_inst_read(instr)) & BRANCH_ABSOLUTE) == 0)
603 if ((ppc_inst_val(ppc_inst_read(instr)) & BRANCH_ABSOLUTE) == 0)
/linux-master/arch/powerpc/perf/
H A Dcore-book3s.c482 if ((!target) || (instr & BRANCH_ABSOLUTE))

Completed in 65 milliseconds