Home
last modified time | relevance | path

Searched refs:PPC_INST_COPY (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/include/asm/
Dppc-opcode.h197 #define PPC_INST_COPY 0x7c20060c macro
434 #define PPC_COPY(a, b) stringify_in_c(.long PPC_INST_COPY | \
/arch/powerpc/kernel/
Dalign.c334 if ((instr & 0xfc0006fe) == (PPC_INST_COPY & 0xfc0006fe)) in fix_alignment()