Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/include/asm/
Dppc-opcode.h586 #define PPC_RAW_TW(t0, a, b) (0x7c000008 | ___PPC_RS(t0) | ___PPC_RA(a) | ___PPC_RB(b)) macro
587 #define PPC_RAW_TRAP() PPC_RAW_TW(31, 0, 0)