Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/kernel/
H A Dtraps.c1229 if ((instword & PPC_INST_STRING_MASK) == PPC_INST_LSWX) in emulate_string_inst()
1235 switch (instword & PPC_INST_STRING_MASK) { in emulate_string_inst()
1258 switch ((instword & PPC_INST_STRING_MASK)) { in emulate_string_inst()
/linux-6.15/arch/powerpc/include/asm/
H A Dppc-opcode.h299 #define PPC_INST_STRING_MASK 0xfc0007fe macro