Searched refs:_R3 (Results 1 – 4 of 4) sorted by relevance
/linux/arch/powerpc/net/ |
A D | bpf_jit_comp32.c | 111 EMIT(PPC_RAW_MR(bpf_to_ppc(ctx, BPF_REG_1), _R3)); in bpf_jit_build_prologue() 171 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(ctx, BPF_REG_0))); in bpf_jit_build_epilogue() 233 EMIT(PPC_RAW_RLWINM(_R3, b2p_index, 2, 0, 29)); in bpf_jit_emit_tail_call() 234 EMIT(PPC_RAW_ADD(_R3, _R3, b2p_bpf_array)); in bpf_jit_emit_tail_call() 235 EMIT(PPC_RAW_LWZ(_R3, _R3, offsetof(struct bpf_array, ptrs))); in bpf_jit_emit_tail_call() 242 EMIT(PPC_RAW_CMPLWI(_R3, 0)); in bpf_jit_emit_tail_call() 246 EMIT(PPC_RAW_LWZ(_R3, _R3, offsetof(struct bpf_prog, bpf_func))); in bpf_jit_emit_tail_call() 251 EMIT(PPC_RAW_ADDIC(_R3, _R3, BPF_TAILCALL_PROLOGUE_SIZE)); in bpf_jit_emit_tail_call() 256 EMIT(PPC_RAW_MTCTR(_R3)); in bpf_jit_emit_tail_call() 258 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(ctx, BPF_REG_1))); in bpf_jit_emit_tail_call() [all …]
|
/linux/arch/arm/include/asm/ |
A D | kgdb.h | 86 #define _R3 3 macro
|
/linux/arch/arc/include/asm/ |
A D | kgdb.h | 39 _R1, _R2, _R3, _R4, _R5, _R6, _R7, _R8, _R9, _R10, _R11, _R12, _R13, enumerator
|
/linux/arch/powerpc/include/asm/ |
A D | ppc-opcode.h | 83 #define _R3 3 macro
|
Completed in 11 milliseconds