Searched refs:PPC_RAW_STW (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 616 EMIT(PPC_RAW_STW(_R3, _R1, in invoke_bpf_prog() 618 EMIT(PPC_RAW_STW(_R4, _R1, in invoke_bpf_prog()
|
| H A D | bpf_jit_comp64.c | 874 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 D | ftrace.c | 488 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 D | ppc-opcode.h | 509 #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
|