Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c630 EMIT(PPC_RAW_ADDI(_R4, _R1, run_ctx_off)); in invoke_bpf_prog()
650 EMIT(PPC_RAW_ADDI(_R3, _R1, regs_off)); in invoke_bpf_prog()
679 EMIT(PPC_RAW_ADDI(_R5, _R1, run_ctx_off)); in invoke_bpf_prog()
744 EMIT(PPC_RAW_ADDI(_R3, _R4, -BPF_PPC_TAILCALL)); in bpf_trampoline_setup_tail_call_info()
1008 EMIT(PPC_RAW_ADDI(_R3, _R3, 4)); in __arch_prepare_bpf_trampoline()
1159 EMIT(PPC_RAW_ADDI(_R1, _R1, bpf_frame_size)); in __arch_prepare_bpf_trampoline()
1167 EMIT(PPC_RAW_ADDI(_R1, _R1, bpf_frame_size)); in __arch_prepare_bpf_trampoline()
1173 EMIT(PPC_RAW_ADDI(_R1, _R1, bpf_frame_size)); in __arch_prepare_bpf_trampoline()
/linux/arch/powerpc/kernel/
H A Dmodule_64.c144 PPC_RAW_ADDI(_R11, _R11, 0),
511 PPC_RAW_ADDI(_R12, _R12, 0),
1036 ((uint32_t *)location)[1] = PPC_RAW_ADDI(_R2, _R2, PPC_LO(value)); in apply_relocate_add()
H A Dsignal_64.c631 err |= __put_user(PPC_RAW_ADDI(_R1, _R1, __SIGNAL_FRAMESIZE), &tramp[1]); in setup_trampoline()
/linux/arch/powerpc/kernel/trace/
H A Dftrace.c625 PPC_RAW_ADDI(_R12, _R12, 0), in ftrace_dyn_arch_init()
630 PPC_RAW_ADDI(_R12, _R12, 0), in ftrace_dyn_arch_init()
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h501 #define PPC_RAW_ADDI(d, a, i) (0x38000000 | ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i)) macro
502 #define PPC_RAW_LI(r, i) PPC_RAW_ADDI(r, 0, i)