Searched refs:PPC_RAW_ORI (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/arch/powerpc/net/ |
D | bpf_jit.h | 58 EMIT(PPC_RAW_ORI(d, d, IMM_L(i))); \ 73 EMIT(PPC_RAW_ORI(d, d, \ 81 EMIT(PPC_RAW_ORI(d, d, (uintptr_t)(i) & \
|
D | bpf_jit_comp64.c | 622 EMIT(PPC_RAW_ORI(dst_reg, dst_reg, IMM_L(imm))); in bpf_jit_build_body() 817 EMIT(PPC_RAW_ORI(_R31, _R31, 0)); in bpf_jit_build_body()
|
D | bpf_jit_comp32.c | 213 EMIT(PPC_RAW_ORI(_R0, _R0, IMM_L(func))); in bpf_jit_emit_func_call_rel() 607 EMIT(PPC_RAW_ORI(dst_reg, src2_reg, IMM_L(imm))); in bpf_jit_build_body()
|
/linux-6.12.1/arch/powerpc/lib/ |
D | feature-fixups.c | 212 instrs[i++] = PPC_RAW_ORI(_R31, _R31, 0); /* speculation barrier */ in do_stf_entry_barrier_fixups() 253 instrs[i++] = PPC_RAW_ORI(_R31, _R31, 0); /* speculation barrier */ in do_stf_exit_barrier_fixups() 339 instrs[i++] = PPC_RAW_ORI(_R31, _R31, 0); /* speculation barrier */ in do_uaccess_flush_fixups() 340 instrs[i++] = PPC_RAW_ORI(_R30, _R30, 0); /* L1d flush */ in do_uaccess_flush_fixups() 377 instrs[i++] = PPC_RAW_ORI(_R31, _R31, 0); /* speculation barrier */ in __do_entry_flush_fixups() 378 instrs[i++] = PPC_RAW_ORI(_R30, _R30, 0); /* L1d flush */ in __do_entry_flush_fixups() 462 instrs[i++] = PPC_RAW_ORI(_R31, _R31, 0); /* speculation barrier */ in __do_rfi_flush_fixups() 463 instrs[i++] = PPC_RAW_ORI(_R30, _R30, 0); /* L1d flush */ in __do_rfi_flush_fixups() 522 instr = PPC_RAW_ORI(_R31, _R31, 0); /* speculation barrier */ in do_barrier_nospec_fixups_range()
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | optprobes.c | 130 patch_instruction(addr, ppc_inst(PPC_RAW_ORI(reg, reg, PPC_LO(val)))); in patch_imm32_load_insns() 140 patch_instruction(addr++, ppc_inst(PPC_RAW_ORI(reg, reg, PPC_HIGHER(val)))); in patch_imm64_load_insns() 143 patch_instruction(addr, ppc_inst(PPC_RAW_ORI(reg, reg, PPC_LO(val)))); in patch_imm64_load_insns()
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 492 #define PPC_RAW_NOP() PPC_RAW_ORI(0, 0, 0) 551 #define PPC_RAW_ORI(d, a, i) (0x60000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i)) macro
|