Home
last modified time | relevance | path

Searched defs:IH (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h468 #define PPC_RAW_SLBIA(IH) (0x7c0003e4 | (((IH) & 0x7) << 21)) argument
685 #define PPC_SLBIA(IH) stringify_in_c(.long PPC_RAW_SLBIA(IH)) argument
/openbmc/linux/arch/powerpc/xmon/
H A Dppc-opc.c949 #define IH ERAT_T + 1 macro