Home
last modified time | relevance | path

Searched refs:PPC_INST_SYNC (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/powerpc/kernel/
Dtraps.c555 if (*nip == PPC_INST_SYNC || (*nip >> 26) == OP_TRAP) { in check_io_access()
1396 if ((instword & PPC_INST_SYNC_MASK) == PPC_INST_SYNC) { in emulate_instruction()
/Linux-v5.10/arch/powerpc/lib/
Dfeature-fixups.c443 instr[1] = PPC_INST_SYNC; in do_barrier_nospec_fixups_range()
/Linux-v5.10/arch/powerpc/include/asm/
Dppc-opcode.h220 #define PPC_INST_SYNC 0x7c0004ac macro