Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dcopy-paste.h17 #define PPC_COPY(a, b) stringify_in_c(.long PPC_INST_COPY | \ macro
36 asm volatile(PPC_COPY(%0, %1)";" in vas_copy()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dcopy-paste.h21 asm volatile(PPC_COPY(%0, %1)";" in vas_copy()
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h593 #define PPC_COPY(a, b) stringify_in_c(.long PPC_RAW_COPY(a, b)) macro