Home
last modified time | relevance | path

Searched refs:PPC_RAW_SYNC (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/arch/powerpc/lib/
Dfeature-fixups.c210 instrs[i++] = PPC_RAW_SYNC(); in do_stf_entry_barrier_fixups()
251 instrs[i++] = PPC_RAW_SYNC(); in do_stf_exit_barrier_fixups()
560 instr[1] = PPC_RAW_SYNC(); in do_barrier_nospec_fixups_range()
/linux-6.12.1/arch/powerpc/net/
Dbpf_jit_comp64.c815 EMIT(PPC_RAW_SYNC()); in bpf_jit_build_body()
889 EMIT(PPC_RAW_SYNC()); in bpf_jit_build_body()
954 EMIT(PPC_RAW_SYNC()); in bpf_jit_build_body()
Dbpf_jit_comp32.c911 EMIT(PPC_RAW_SYNC()); in bpf_jit_build_body()
967 EMIT(PPC_RAW_SYNC()); in bpf_jit_build_body()
/linux-6.12.1/arch/powerpc/kernel/
Dtraps.c553 if (*nip == PPC_RAW_SYNC() || get_op(*nip) == OP_TRAP) { in check_io_access()
/linux-6.12.1/arch/powerpc/include/asm/
Dppc-opcode.h426 #define PPC_RAW_SYNC() (0x7c0004ac) macro