Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dppc-opcode.h148 #define PPC_INST_SYNC 0x7c0004ac macro
/arch/powerpc/lib/
Dfeature-fixups.c453 instr[1] = PPC_INST_SYNC; in do_barrier_nospec_fixups_range()
/arch/powerpc/kernel/
Dtraps.c1065 if ((instword & PPC_INST_SYNC_MASK) == PPC_INST_SYNC) { in emulate_instruction()