Searched refs:_R0 (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/arch/powerpc/net/ |
A D | bpf_jit_comp32.c | 212 EMIT(PPC_RAW_ORI(_R0, _R0, IMM_L(func))); in bpf_jit_emit_func_call_rel() 246 EMIT(PPC_RAW_ADDIC(_R0, _R0, 1)); in bpf_jit_emit_tail_call() 456 EMIT(PPC_RAW_MULW(_R0, src_reg, _R0)); in bpf_jit_build_body() 483 EMIT(PPC_RAW_MULW(_R0, tmp_reg, _R0)); in bpf_jit_build_body() 617 EMIT(PPC_RAW_SRW(_R0, src2_reg, _R0)); in bpf_jit_build_body() 654 EMIT(PPC_RAW_SLW(_R0, src2_reg_h, _R0)); in bpf_jit_build_body() 691 EMIT(PPC_RAW_SLW(_R0, src2_reg_h, _R0)); in bpf_jit_build_body() 865 EMIT(PPC_RAW_ADD(_R0, _R0, src_reg)); in bpf_jit_build_body() 869 EMIT(PPC_RAW_AND(_R0, _R0, src_reg)); in bpf_jit_build_body() 873 EMIT(PPC_RAW_OR(_R0, _R0, src_reg)); in bpf_jit_build_body() [all …]
|
A D | bpf_jit_comp64.c | 152 EMIT(PPC_RAW_MFLR(_R0)); in bpf_jit_build_prologue() 153 EMIT(PPC_RAW_STD(_R0, _R1, PPC_LR_STKOFF)); in bpf_jit_build_prologue() 187 EMIT(PPC_RAW_LD(_R0, _R1, PPC_LR_STKOFF)); in bpf_jit_emit_common_epilogue() 188 EMIT(PPC_RAW_MTLR(_R0)); in bpf_jit_emit_common_epilogue() 797 EMIT(PPC_RAW_MR(_R0, tmp2_reg)); in bpf_jit_build_body() 850 EMIT(PPC_RAW_MR(ret_reg, _R0)); in bpf_jit_build_body()
|
/linux-6.3-rc2/arch/arc/kernel/ |
A D | kgdb.c | 20 gdb_regs[_R0 + regno] = get_reg(regno, kernel_regs, cregs); in to_gdb_regs() 43 set_reg(regno, gdb_regs[regno + _R0], kernel_regs, cregs); in from_gdb_regs()
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | kgdb.h | 83 #define _R0 0 macro
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | kgdb.h | 38 _R0 = 0, enumerator
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | code-patching.h | 235 #define PPC_INST_STD_LR PPC_RAW_STD(_R0, _R1, PPC_LR_STKOFF)
|
A D | ppc-opcode.h | 80 #define _R0 0 macro
|
/linux-6.3-rc2/arch/powerpc/lib/ |
A D | feature-fixups.c | 330 instrs[i++] = PPC_RAW_MTSPR(SPRN_TRIG2, _R0); in do_uaccess_flush_fixups() 368 instrs[i++] = PPC_RAW_MTSPR(SPRN_TRIG2, _R0); in __do_entry_flush_fixups() 453 instrs[i++] = PPC_RAW_MTSPR(SPRN_TRIG2, _R0); in __do_rfi_flush_fixups()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | signal_32.c | 786 unsafe_put_user(PPC_RAW_LI(_R0, __NR_rt_sigreturn), &mctx->mc_pad[0], failed); in handle_rt_signal32() 882 unsafe_put_user(PPC_RAW_LI(_R0, __NR_sigreturn), &mctx->mc_pad[0], failed); in handle_signal32()
|
A D | signal_64.c | 633 err |= __put_user(PPC_RAW_LI(_R0, syscall), &tramp[2]); in setup_trampoline()
|
/linux-6.3-rc2/arch/powerpc/kernel/trace/ |
A D | ftrace.c | 160 if (!ppc_inst_equal(op, ppc_inst(PPC_RAW_MFLR(_R0))) && in __ftrace_make_nop()
|
Completed in 22 milliseconds