Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/net/
Dbpf_jit.h34 EMIT(PPC_INST_BRANCH | (offset & 0x03fffffc)); \
/Linux-v5.15/arch/powerpc/kernel/trace/
Dftrace.c194 pop = ppc_inst(PPC_INST_BRANCH | 8); /* b +8 */ in __ftrace_make_nop()
/Linux-v5.15/arch/powerpc/lib/
Dfeature-fixups.c448 instrs[0] = PPC_INST_BRANCH | 16; in __do_rfi_flush_fixups()
/Linux-v5.15/arch/powerpc/include/asm/
Dppc-opcode.h290 #define PPC_INST_BRANCH 0x48000000 macro