Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/powerpc/nx-gzip/include/
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()
/Linux-v6.6/arch/powerpc/platforms/powernv/
Dcopy-paste.h21 asm volatile(PPC_COPY(%0, %1)";" in vas_copy()
/Linux-v6.6/arch/powerpc/include/asm/
Dppc-opcode.h593 #define PPC_COPY(a, b) stringify_in_c(.long PPC_RAW_COPY(a, b)) macro