Home
last modified time | relevance | path

Searched refs:PPC_RAW_MR (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c629 EMIT(PPC_RAW_MR(_R25, _R3)); in invoke_bpf_prog()
637 EMIT(PPC_RAW_MR(_R26, _R3)); in invoke_bpf_prog()
677 EMIT(PPC_RAW_MR(_R3, _R25)); in invoke_bpf_prog()
678 EMIT(PPC_RAW_MR(_R4, _R26)); in invoke_bpf_prog()
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h551 #define PPC_RAW_MR(d, a) PPC_RAW_OR(d, a, a) macro