Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/kernel/trace/
Dftrace_64_pg.c98 return (ppc_inst_val(op) & ~PPC_LI_MASK) == PPC_RAW_BRANCH(0); in is_b_op()
201 pop = ppc_inst(PPC_RAW_BRANCH(8)); /* b +8 */ in __ftrace_make_nop()
399 return ppc_inst_equal(op0, ppc_inst(PPC_RAW_BRANCH(8))) && in expected_nop_sequence()
/linux-6.6.21/arch/powerpc/net/
Dbpf_jit.h36 EMIT(PPC_RAW_BRANCH(offset)); \
Dbpf_jit_comp.c260 PPC_RAW_BRANCH((long)(pc + jmp_off) - (long)&fixup[BPF_FIXUP_LEN - 1]); in bpf_add_extable_entry()
/linux-6.6.21/arch/powerpc/lib/
Dfeature-fixups.c451 instrs[0] = PPC_RAW_BRANCH(16); in __do_rfi_flush_fixups()
/linux-6.6.21/arch/powerpc/include/asm/
Dppc-opcode.h584 #define PPC_RAW_BRANCH(offset) (0x48000000 | PPC_LI(offset)) macro