Searched refs:_R3 (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/powerpc/net/ |
A D | bpf_jit_comp32.c | 145 EMIT(PPC_RAW_MR(bpf_to_ppc(BPF_REG_1), _R3)); in bpf_jit_build_prologue() 196 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(BPF_REG_0))); in bpf_jit_build_epilogue() 250 EMIT(PPC_RAW_RLWINM(_R3, b2p_index, 2, 0, 29)); in bpf_jit_emit_tail_call() 251 EMIT(PPC_RAW_ADD(_R3, _R3, b2p_bpf_array)); in bpf_jit_emit_tail_call() 252 EMIT(PPC_RAW_LWZ(_R3, _R3, offsetof(struct bpf_array, ptrs))); in bpf_jit_emit_tail_call() 258 EMIT(PPC_RAW_CMPLWI(_R3, 0)); in bpf_jit_emit_tail_call() 262 EMIT(PPC_RAW_LWZ(_R3, _R3, offsetof(struct bpf_prog, bpf_func))); in bpf_jit_emit_tail_call() 263 EMIT(PPC_RAW_ADDIC(_R3, _R3, BPF_TAILCALL_PROLOGUE_SIZE)); in bpf_jit_emit_tail_call() 264 EMIT(PPC_RAW_MTCTR(_R3)); in bpf_jit_emit_tail_call() 266 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() 198 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(BPF_REG_0))); in bpf_jit_build_epilogue() 986 EMIT(PPC_RAW_MR(bpf_to_ppc(BPF_REG_0), _R3)); in bpf_jit_build_body()
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | kgdb.h | 86 #define _R3 3 macro
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | kgdb.h | 39 _R1, _R2, _R3, _R4, _R5, _R6, _R7, _R8, _R9, _R10, _R11, _R12, _R13, enumerator
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | ppc-opcode.h | 83 #define _R3 3 macro
|
Completed in 12 milliseconds