Searched refs:PPC_RAW_STD (Results 1 – 6 of 6) sorted by relevance
/linux/arch/powerpc/net/ |
H A D | bpf_jit_comp64.c | 145 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, -(BPF_PPC_STACK_SAVE + 8))); in bpf_jit_build_prologue() 158 EMIT(PPC_RAW_STD(_R0, _R1, PPC_LR_STKOFF)); in bpf_jit_build_prologue() 171 EMIT(PPC_RAW_STD(bpf_to_ppc(i), _R1, bpf_jit_stack_offsetof(ctx, bpf_to_ppc(i)))); in bpf_jit_build_prologue() 344 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, bpf_jit_stack_tailcallcnt(ctx))); in bpf_jit_emit_tail_call() 463 EMIT(PPC_RAW_STD(src_reg, dst_reg, off)); in emit_atomic_ld_st() 836 EMIT(PPC_RAW_STD(dst_reg, _R1, bpf_jit_stack_local(ctx))); in bpf_jit_build_body() 959 EMIT(PPC_RAW_STD(src_reg, dst_reg, off)); in bpf_jit_build_body()
|
/linux/arch/powerpc/include/asm/ |
H A D | text-patching.h | 273 #define PPC_INST_STD_LR PPC_RAW_STD(_R0, _R1, PPC_LR_STKOFF)
|
H A D | ppc-opcode.h | 478 #define PPC_RAW_STD(r, base, i) (0xf8000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_DS(i)) macro 605 #define PPC_RAW_STL PPC_RAW_STD
|
/linux/arch/powerpc/kernel/trace/ |
H A D | ftrace.c | 480 ret = ftrace_modify_code(ip - 4, ppc_inst(PPC_RAW_STD(_R0, _R1, 16)), in ftrace_init_nop()
|
/linux/arch/powerpc/kernel/ |
H A D | module_64.c | 146 PPC_RAW_STD(_R2, _R1, R2_STACK_OFFSET),
|
/linux/arch/powerpc/lib/ |
H A D | test_emulate_step.c | 202 stepped = emulate_step(®s, ppc_inst(PPC_RAW_STD(5, 3, 0))); in test_std()
|