Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/kernel/
Dtraps.c1228 if ((instword & PPC_INST_STRING_MASK) == PPC_INST_LSWX) in emulate_string_inst()
1234 switch (instword & PPC_INST_STRING_MASK) { in emulate_string_inst()
1257 switch ((instword & PPC_INST_STRING_MASK)) { in emulate_string_inst()
/Linux-v6.1/arch/powerpc/include/asm/
Dppc-opcode.h291 #define PPC_INST_STRING_MASK 0xfc0007fe macro