Searched refs:PPC_RAW_SYNC (Results 1 – 5 of 5) sorted by relevance
210 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()
815 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()
911 EMIT(PPC_RAW_SYNC()); in bpf_jit_build_body()967 EMIT(PPC_RAW_SYNC()); in bpf_jit_build_body()
553 if (*nip == PPC_RAW_SYNC() || get_op(*nip) == OP_TRAP) { in check_io_access()
426 #define PPC_RAW_SYNC() (0x7c0004ac) macro