Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dtraps.c1222 if ((instword & PPC_INST_STRING_MASK) == PPC_INST_LSWX) in emulate_string_inst()
1228 switch (instword & PPC_INST_STRING_MASK) { in emulate_string_inst()
1251 switch ((instword & PPC_INST_STRING_MASK)) { in emulate_string_inst()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dppc-opcode.h245 #define PPC_INST_STRING_MASK 0xfc0007fe macro