Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
A Dbpf_jit_comp32.c441 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body()
454 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body()
457 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body()
497 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body()
532 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body()
533 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body()
541 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body()
589 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body()
624 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body()
625 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body()
[all …]
A Dbpf_jit.h55 EMIT(PPC_RAW_LI(d, i)); \
63 #define PPC_EX32(r, i) EMIT(PPC_RAW_LI((r), (i) < 0 ? -1 : 0))
72 EMIT(PPC_RAW_LI(d, ((uintptr_t)(i) >> 32) & \
A Dbpf_jit64.h73 EMIT(PPC_RAW_LI(b2p[TMP_REG_2], (i)));\
81 EMIT(PPC_RAW_LI(b2p[TMP_REG_2], (i)));\
A Dbpf_jit_comp64.c82 EMIT(PPC_RAW_LI(b2p[TMP_REG_1], 0)); in bpf_jit_build_prologue()
429 EMIT(PPC_RAW_LI(dst_reg, 0)); in bpf_jit_build_body()
704 EMIT(PPC_RAW_LI(b2p[TMP_REG_1], imm)); in bpf_jit_build_body()
712 EMIT(PPC_RAW_LI(b2p[TMP_REG_1], imm)); in bpf_jit_build_body()
/linux/arch/powerpc/kernel/
A Dsignal_32.c776 unsafe_put_user(PPC_RAW_LI(_R0, __NR_rt_sigreturn), &mctx->mc_pad[0], failed); in handle_rt_signal32()
872 unsafe_put_user(PPC_RAW_LI(_R0, __NR_sigreturn), &mctx->mc_pad[0], failed); in handle_signal32()
A Dsignal_64.c625 err |= __put_user(PPC_RAW_LI(_R0, syscall), &tramp[2]); in setup_trampoline()
/linux/arch/powerpc/include/asm/
A Dppc-opcode.h486 #define PPC_RAW_LI(r, i) PPC_RAW_ADDI(r, 0, i) macro

Completed in 16 milliseconds