Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/include/asm/
Dppc-opcode.h292 #define PPC_INST_STRING_GEN_MASK 0xfc00067e macro
/Linux-v6.1/arch/powerpc/kernel/
Dtraps.c1383 if ((instword & PPC_INST_STRING_GEN_MASK) == PPC_INST_STRING) { in emulate_instruction()