Home
last modified time | relevance | path

Searched refs:PPC_RAW_COPY (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dppc-opcode.h335 #define PPC_RAW_COPY(a, b) (PPC_INST_COPY | ___PPC_RA(a) | ___PPC_RB(b)) macro
515 #define PPC_COPY(a, b) stringify_in_c(.long PPC_RAW_COPY(a, b))
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dppc-opcode.h375 #define PPC_RAW_COPY(a, b) (PPC_INST_COPY | ___PPC_RA(a) | ___PPC_RB(b)) macro
593 #define PPC_COPY(a, b) stringify_in_c(.long PPC_RAW_COPY(a, b))

Completed in 5 milliseconds