Home
last modified time | relevance | path

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

/arch/powerpc/lib/
Dfeature-fixups.c140 instrs[i++] = PPC_RAW_EIEIO() | 0x02000000; /* eieio + bit 6 hint */ in do_stf_entry_barrier_fixups()
206 instrs[i++] = PPC_RAW_EIEIO() | 0x02000000; /* eieio + bit 6 hint */ in do_stf_exit_barrier_fixups()
/arch/powerpc/net/
Dbpf_jit_comp64.c684 EMIT(PPC_RAW_EIEIO() | 0x02000000); in bpf_jit_build_body()
/arch/powerpc/include/asm/
Dppc-opcode.h569 #define PPC_RAW_EIEIO() (0x7c0006ac) macro