Home
last modified time | relevance | path

Searched refs:_R12 (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/kernel/trace/
H A Dftrace.c58 PPC_RAW_LD(_R2, _R12, -8)) && in ftrace_call_adjust()
60 PPC_RAW_ADD(_R2, _R2, _R12))) in ftrace_call_adjust()
619 PPC_INST_PADDI | ___PPC_RT(_R12), in ftrace_dyn_arch_init()
620 PPC_RAW_MTCTR(_R12), in ftrace_dyn_arch_init()
623 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)), in ftrace_dyn_arch_init()
624 PPC_RAW_ADDIS(_R12, _R12, 0), in ftrace_dyn_arch_init()
625 PPC_RAW_ADDI(_R12, _R12, 0), in ftrace_dyn_arch_init()
626 PPC_RAW_MTCTR(_R12), in ftrace_dyn_arch_init()
629 PPC_RAW_LIS(_R12, 0), in ftrace_dyn_arch_init()
630 PPC_RAW_ADDI(_R12, _R12, 0), in ftrace_dyn_arch_init()
[all …]
/linux/arch/powerpc/kernel/
H A Dmodule_64.c141 PPC_INST_PLD | ___PPC_RT(_R12),
147 PPC_RAW_LD(_R12, _R11, 32),
153 PPC_RAW_MTCTR(_R12),
501 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernelbase)),
505 PPC_INST_PADDI | ___PPC_RT(_R12) | ___PPC_RA(_R12),
506 PPC_RAW_MTCTR(_R12),
509 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)),
510 PPC_RAW_ADDIS(_R12, _R12, 0),
511 PPC_RAW_ADDI(_R12, _R12, 0),
512 PPC_RAW_MTCTR(_R12),
[all …]
/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c94 ctx->b2p[BPF_REG_AX] = _R12; in bpf_jit_init_reg_mapping()
416 EMIT(PPC_RAW_MTCTR(_R12)); in bpf_jit_emit_func_call_rel()
432 EMIT(PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernelbase))); in bpf_jit_emit_func_call_rel()
438 EMIT(PPC_INST_PADDI | ___PPC_RT(_R12) | ___PPC_RA(_R12) | IMM_L(reladdr)); in bpf_jit_emit_func_call_rel()
450 EMIT(PPC_INST_PADDI | ___PPC_RT(_R12) | IMM_L(reladdr)); in bpf_jit_emit_func_call_rel()
453 PPC_LI64(_R12, func); in bpf_jit_emit_func_call_rel()
456 EMIT(PPC_RAW_MTCTR(_R12)); in bpf_jit_emit_func_call_rel()
466 EMIT(PPC_RAW_ADDIS(_R12, _R2, PPC_HA(reladdr))); in bpf_jit_emit_func_call_rel()
467 EMIT(PPC_RAW_ADDI(_R12, _R12, PPC_LO(reladdr))); in bpf_jit_emit_func_call_rel()
468 EMIT(PPC_RAW_MTCTR(_R12)); in bpf_jit_emit_func_call_rel()
[all …]
H A Dbpf_jit_comp.c88 EMIT(PPC_RAW_MFLR(_R12)); in bpf_jit_build_fentry_stubs()
89 EMIT(PPC_RAW_LL(_R12, _R12, -8-SZL)); in bpf_jit_build_fentry_stubs()
90 EMIT(PPC_RAW_MTCTR(_R12)); in bpf_jit_build_fentry_stubs()
570 EMIT(PPC_RAW_LL(_R12, _R25, offsetof(struct bpf_prog, bpf_func))); in invoke_bpf_prog()
571 EMIT(PPC_RAW_MTCTR(_R12)); in invoke_bpf_prog()
H A Dbpf_jit_comp32.c49 ctx->b2p[BPF_REG_0] = _R12; in bpf_jit_init_reg_mapping()
/linux/arch/arc/include/asm/
H A Dkgdb.h39 _R1, _R2, _R3, _R4, _R5, _R6, _R7, _R8, _R9, _R10, _R11, _R12, _R13, enumerator
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h92 #define _R12 12 macro