Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/powerpc/include/
Dinstructions.h64 #define PPC_INST_COPY __COPY(0, 0, 0) macro
/Linux-v4.19/arch/powerpc/include/asm/
Dppc-opcode.h200 #define PPC_INST_COPY 0x7c20060c macro
415 #define PPC_COPY(a, b) stringify_in_c(.long PPC_INST_COPY | \
/Linux-v4.19/arch/powerpc/kernel/
Dalign.c335 if ((instr & 0xfc0006fe) == (PPC_INST_COPY & 0xfc0006fe)) in fix_alignment()