Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/trace/
H A Dftrace.c60 PPC_RAW_ADD(_R2, _R2, _R12))) in ftrace_call_adjust()
/linux/arch/powerpc/kernel/
H A Dmodule_64.c1028 if (((uint32_t *)location)[1] != PPC_RAW_ADD(_R2, _R2, _R12)) in apply_relocate_add()
/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c1000 EMIT(PPC_RAW_ADD(_R3, _R3, _R4)); in __arch_prepare_bpf_trampoline()
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h489 #define PPC_RAW_ADD(t, a, b) (0x7c000214 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro