Searched refs:PPC_RAW_STH (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/net/ |
H A D | bpf_jit_comp32.c | 818 EMIT(PPC_RAW_STH(src_reg, dst_reg, off)); in bpf_jit_build_body() 822 EMIT(PPC_RAW_STH(_R0, dst_reg, off)); in bpf_jit_build_body()
|
H A D | bpf_jit_comp64.c | 772 EMIT(PPC_RAW_STH(src_reg, dst_reg, off)); in bpf_jit_build_body()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 447 #define PPC_RAW_STH(r, base, i) (0xb0000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_L(i)) macro
|
/kernel/linux/linux-5.10/arch/powerpc/net/ |
H A D | bpf_jit_comp64.c | 739 EMIT(PPC_RAW_STH(src_reg, dst_reg, off)); in bpf_jit_build_body()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 509 #define PPC_RAW_STH(r, base, i) (0xb0000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_L(i)) macro
|
Completed in 9 milliseconds