Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c616 EMIT(PPC_RAW_STW(_R3, _R1, in invoke_bpf_prog()
618 EMIT(PPC_RAW_STW(_R4, _R1, in invoke_bpf_prog()
H A Dbpf_jit_comp64.c874 EMIT(PPC_RAW_STW(src_reg, tmp1_reg, off)); in bpf_jit_emit_probe_mem_store()
934 EMIT(PPC_RAW_STW(src_reg, dst_reg, off)); in emit_atomic_ld_st()
1447 EMIT(PPC_RAW_STW(src_reg, dst_reg, off)); in bpf_jit_build_body()
/linux/arch/powerpc/kernel/trace/
H A Dftrace.c488 ret = ftrace_modify_code(ip - 4, ppc_inst(PPC_RAW_STW(_R0, _R1, 4)), in ftrace_init_nop()
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h509 #define PPC_RAW_STW(r, base, i) (0x90000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_L(i)) macro
601 #define PPC_RAW_STL PPC_RAW_STW