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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dppc-opcode.h44 #define PPC_INST_STRING_MASK 0xfc0007fe macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dtraps.c770 if ((instword & PPC_INST_STRING_MASK) == PPC_INST_LSWX)
776 switch (instword & PPC_INST_STRING_MASK) {
795 switch ((instword & PPC_INST_STRING_MASK)) {

Completed in 45 milliseconds