Searched refs:PPC_RAW_CMPLWI (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/net/ |
H A D | bpf_jit_comp32.c | 244 EMIT(PPC_RAW_CMPLWI(_R0, MAX_TAIL_CALL_CNT)); in bpf_jit_emit_tail_call() 258 EMIT(PPC_RAW_CMPLWI(_R3, 0)); in bpf_jit_emit_tail_call() 1187 EMIT(PPC_RAW_CMPLWI(dst_reg_h, 0)); in bpf_jit_build_body() 1189 EMIT(PPC_RAW_CMPLWI(dst_reg, imm)); in bpf_jit_build_body() 1206 EMIT(PPC_RAW_CMPLWI(dst_reg, imm)); in bpf_jit_build_body() 1220 EMIT(PPC_RAW_CMPLWI(dst_reg, imm)); in bpf_jit_build_body()
|
H A D | bpf_jit_comp64.c | 305 EMIT(PPC_RAW_CMPLWI(bpf_to_ppc(TMP_REG_1), MAX_TAIL_CALL_CNT)); in bpf_jit_emit_tail_call() 1137 EMIT(PPC_RAW_CMPLWI(dst_reg, imm)); in bpf_jit_build_body()
|
/kernel/linux/linux-5.10/arch/powerpc/net/ |
H A D | bpf_jit_comp64.c | 253 EMIT(PPC_RAW_CMPLWI(b2p[TMP_REG_1], MAX_TAIL_CALL_CNT)); in bpf_jit_emit_tail_call() 990 EMIT(PPC_RAW_CMPLWI(dst_reg, imm)); in bpf_jit_build_body()
|
H A D | bpf_jit_comp.c | 501 EMIT(PPC_RAW_CMPLWI(r_A, K)); in bpf_jit_build_body()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 460 #define PPC_RAW_CMPLWI(a, i) (0x28000000 | ___PPC_RA(a) | IMM_L(i)) macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 522 #define PPC_RAW_CMPLWI(a, i) (0x28000000 | ___PPC_RA(a) | IMM_L(i)) macro
|
Completed in 10 milliseconds