Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dtraps.c558 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()
/kernel/linux/linux-5.10/arch/powerpc/lib/
Dfeature-fixups.c490 instr[1] = PPC_INST_SYNC; in do_barrier_nospec_fixups_range()
/kernel/linux/linux-5.10/arch/powerpc/net/
Dbpf_jit_comp64.c706 EMIT(PPC_INST_SYNC); in bpf_jit_build_body()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dppc-opcode.h221 #define PPC_INST_SYNC 0x7c0004ac macro