Searched refs:PPC_INST_SYNC (Results 1 – 4 of 4) sorted by relevance
558 if (*nip == PPC_INST_SYNC || (*nip >> 26) == OP_TRAP) { in check_io_access()1399 if ((instword & PPC_INST_SYNC_MASK) == PPC_INST_SYNC) { in emulate_instruction()
490 instr[1] = PPC_INST_SYNC; in do_barrier_nospec_fixups_range()
706 EMIT(PPC_INST_SYNC); in bpf_jit_build_body()
221 #define PPC_INST_SYNC 0x7c0004ac macro