Searched refs:PPC_RAW_ORIS (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/arch/powerpc/net/ |
D | bpf_jit.h | 79 EMIT(PPC_RAW_ORIS(d, d, \
|
D | bpf_jit_comp64.c | 537 EMIT(PPC_RAW_ORIS(dst_reg, dst_reg, IMM_H(imm))); in bpf_jit_build_body()
|
D | bpf_jit_comp32.c | 534 EMIT(PPC_RAW_ORIS(dst_reg, dst_reg, IMM_H(imm))); in bpf_jit_build_body()
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | optprobes.c | 142 patch_instruction(addr++, ppc_inst(PPC_RAW_ORIS(reg, reg, PPC_HI(val)))); in patch_imm64_load_insns()
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 538 #define PPC_RAW_ORIS(d, a, i) (0x64000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i)) macro
|