Searched refs:_R3 (Results 1 – 7 of 7) sorted by relevance
| /arch/powerpc/net/ |
| A D | bpf_jit_comp.c | 469 PPC_LI64(_R3, l->cookie); in invoke_bpf_prog() 475 EMIT(PPC_RAW_STW(_R3, _R1, in invoke_bpf_prog() 482 PPC_LI_ADDR(_R3, p); in invoke_bpf_prog() 483 EMIT(PPC_RAW_MR(_R25, _R3)); in invoke_bpf_prog() 491 EMIT(PPC_RAW_MR(_R26, _R3)); in invoke_bpf_prog() 550 EMIT(PPC_RAW_LI(_R3, 0)); in invoke_bpf_mod_ret() 802 EMIT(PPC_RAW_MFLR(_R3)); in __arch_prepare_bpf_trampoline() 817 EMIT(PPC_RAW_ADD(_R3, _R3, _R4)); in __arch_prepare_bpf_trampoline() 818 EMIT(PPC_RAW_ADDI(_R3, _R3, 4)); in __arch_prepare_bpf_trampoline() 869 EMIT(PPC_RAW_MTCTR(_R3)); in __arch_prepare_bpf_trampoline() [all …]
|
| A D | bpf_jit_comp32.c | 148 EMIT(PPC_RAW_MR(bpf_to_ppc(BPF_REG_1), _R3)); in bpf_jit_build_prologue() 199 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(BPF_REG_0))); in bpf_jit_build_epilogue() 256 EMIT(PPC_RAW_RLWINM(_R3, b2p_index, 2, 0, 29)); in bpf_jit_emit_tail_call() 257 EMIT(PPC_RAW_ADD(_R3, _R3, b2p_bpf_array)); in bpf_jit_emit_tail_call() 258 EMIT(PPC_RAW_LWZ(_R3, _R3, offsetof(struct bpf_array, ptrs))); in bpf_jit_emit_tail_call() 264 EMIT(PPC_RAW_CMPLWI(_R3, 0)); in bpf_jit_emit_tail_call() 268 EMIT(PPC_RAW_LWZ(_R3, _R3, offsetof(struct bpf_prog, bpf_func))); in bpf_jit_emit_tail_call() 269 EMIT(PPC_RAW_ADDIC(_R3, _R3, BPF_TAILCALL_PROLOGUE_SIZE)); in bpf_jit_emit_tail_call() 270 EMIT(PPC_RAW_MTCTR(_R3)); in bpf_jit_emit_tail_call() 272 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(BPF_REG_1))); in bpf_jit_emit_tail_call() [all …]
|
| A D | bpf_jit_comp64.c | 54 ctx->b2p[BPF_REG_1] = _R3; in bpf_jit_init_reg_mapping() 203 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(BPF_REG_0))); in bpf_jit_build_epilogue() 1214 EMIT(PPC_RAW_MR(bpf_to_ppc(BPF_REG_0), _R3)); in bpf_jit_build_body()
|
| /arch/arm/include/asm/ |
| A D | kgdb.h | 86 #define _R3 3 macro
|
| /arch/arc/include/asm/ |
| A D | kgdb.h | 39 _R1, _R2, _R3, _R4, _R5, _R6, _R7, _R8, _R9, _R10, _R11, _R12, _R13, enumerator
|
| /arch/powerpc/kernel/ |
| A D | static_call.c | 33 err = patch_instruction(site, ppc_inst(PPC_RAW_LI(_R3, 0))); in arch_static_call_transform()
|
| /arch/powerpc/include/asm/ |
| A D | ppc-opcode.h | 83 #define _R3 3 macro
|
Completed in 23 milliseconds