Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/kernel/
H A Dtraps.c696 #define OP_INT_MASK ( 1L << 0x28 | 1L << 0x2c /* ldl stl */ \ macro
756 if ((1L << opcode) & OP_INT_MASK) { in do_entUnaUser()