Home
last modified time | relevance | path

Searched refs:_R0 (Results 1 – 11 of 11) sorted by relevance

/linux/arch/powerpc/net/
A Dbpf_jit_comp32.c197 EMIT(PPC_RAW_ORI(_R0, _R0, IMM_L(func))); in bpf_jit_emit_func_call_rel()
229 EMIT(PPC_RAW_ADDIC(_R0, _R0, 1)); in bpf_jit_emit_tail_call()
412 EMIT(PPC_RAW_MULW(_R0, src_reg, _R0)); in bpf_jit_build_body()
425 PPC_LI32(_R0, imm); in bpf_jit_build_body()
436 EMIT(PPC_RAW_MULW(_R0, tmp_reg, _R0)); in bpf_jit_build_body()
563 EMIT(PPC_RAW_SRW(_R0, dst_reg, _R0)); in bpf_jit_build_body()
599 EMIT(PPC_RAW_SLW(_R0, dst_reg_h, _R0)); in bpf_jit_build_body()
634 EMIT(PPC_RAW_SLW(_R0, dst_reg_h, _R0)); in bpf_jit_build_body()
801 EMIT(PPC_RAW_ADD(_R0, _R0, src_reg)); in bpf_jit_build_body()
1073 EMIT(PPC_RAW_AND_DOT(_R0, dst_reg, _R0)); in bpf_jit_build_body()
[all …]
A Dbpf_jit_comp64.c98 EMIT(PPC_RAW_MFLR(_R0)); in bpf_jit_build_prologue()
/linux/arch/arc/kernel/
A Dkgdb.c20 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/arch/arm/include/asm/
A Dkgdb.h83 #define _R0 0 macro
/linux/arch/arc/include/asm/
A Dkgdb.h38 _R0 = 0, enumerator
/linux/arch/powerpc/include/asm/
A Dcode-patching.h185 #define PPC_INST_STD_LR PPC_RAW_STD(_R0, _R1, PPC_LR_STKOFF)
A Dppc-opcode.h80 #define _R0 0 macro
/linux/arch/powerpc/lib/
A Dfeature-fixups.c301 instrs[i++] = PPC_RAW_MTSPR(SPRN_TRIG2, _R0); in do_uaccess_flush_fixups()
349 instrs[i++] = PPC_RAW_MTSPR(SPRN_TRIG2, _R0); in __do_entry_flush_fixups()
463 instrs[i++] = PPC_RAW_MTSPR(SPRN_TRIG2, _R0); in __do_rfi_flush_fixups()
/linux/arch/powerpc/kernel/
A Dsignal_32.c776 unsafe_put_user(PPC_RAW_LI(_R0, __NR_rt_sigreturn), &mctx->mc_pad[0], failed); in handle_rt_signal32()
872 unsafe_put_user(PPC_RAW_LI(_R0, __NR_sigreturn), &mctx->mc_pad[0], failed); in handle_signal32()
A Dsignal_64.c625 err |= __put_user(PPC_RAW_LI(_R0, syscall), &tramp[2]); in setup_trampoline()
/linux/arch/powerpc/kernel/trace/
A Dftrace.c173 if (!ppc_inst_equal(op, ppc_inst(PPC_RAW_MFLR(_R0))) && in __ftrace_make_nop()

Completed in 22 milliseconds